google-research / pix2seq

Pix2Seq codebase: multi-tasks with generative modeling (autoregressive and diffusion)
Apache License 2.0
857 stars 71 forks source link

Distance Measurement #27

Open hesamira opened 1 year ago

hesamira commented 1 year ago

Hi,

What is the reference for measuring distance to objects by camera? and how do you estimate it?

Please, help me. Thanks

chentingpc commented 1 year ago

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 https://github.com/google-research/pix2seq/issues/27, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKERUN2OARNOX2SSSND4QDWMW2XTANCNFSM6AAAAAAS25DNBY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

hesamira commented 1 year ago

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?

chentingpc commented 1 year ago

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 https://github.com/google-research/pix2seq/issues/27#issuecomment-1347803267, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKERUN57D5ZGLW2GT62WRLWNAILRANCNFSM6AAAAAAS25DNBY . You are receiving this because you commented.Message ID: @.***>