-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distance Measurement #27
Comments
We didn't measure distance to objects by camera.
…On Sun, Dec 11, 2022 at 3:24 AM hesamira ***@***.***> wrote:
Hi,
What is the reference for measuring distance to objects by camera? and how
do you estimate it?
Please, help me. Thanks
—
Reply to this email directly, view it on GitHub
<#27>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKERUN2OARNOX2SSSND4QDWMW2XTANCNFSM6AAAAAAS25DNBY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Reference is a fixed point, based on which the distance to objects is measured. For example, your reference here can be the camera. |
We follow the standard object detection setup, in which you're given just
images without any camera intrinsics. It may be helpful to check out the
COCO dataset.
…On Mon, Dec 12, 2022 at 10:18 PM hesamira ***@***.***> wrote:
Reference is a fixed point, based on which the distance to objects is
measured. For example, your reference here can be the camera.
Did you consider the camera fixed or moving?
Did you calibrate the camera? Do you need to calibrate every time you use
the camera or did you just calibrate once?
—
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKERUN57D5ZGLW2GT62WRLWNAILRANCNFSM6AAAAAAS25DNBY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
What is the reference for measuring distance to objects by camera? and how do you estimate it?
Please, help me. Thanks
The text was updated successfully, but these errors were encountered: