RobotLocomotion / pytorch-dense-correspondence

Code for "Dense Object Nets: Learning Dense Visual Object Descriptors By and For Robotic Manipulation"
https://arxiv.org/pdf/1806.08756.pdf
Other
557 stars 133 forks source link

Why isn't the uv's position an integer? #208

Closed ierosodin closed 4 years ago

ierosodin commented 4 years ago

Hi,

When I want to use your dataset and script to evaluate Keypoint between different scenes, I found that the u, v data have floating point.

Example in evaluation_labeled_data/shoe_green_nike.yaml

I'm wondering whether if I should "round off"?

manuelli commented 4 years ago

Hi,

Sorry about that we can look into it. Yes it should be fine to cast it to an int. The floating points appear since during labeling we sometimes zoomed in on the image

ierosodin commented 4 years ago

I see! Thanks for your quick reply.

Sincerely, Tony