-
Notifications
You must be signed in to change notification settings - Fork 288
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
There is a significant difference in accuracy. #335
Comments
What are the cuboid sizes you pass in? |
Additionally, I have encountered another issue where the camera can only detect objects within a very narrow distance range. Once the distance becomes too small or too large, detection fails. I have already adjusted the 'location' field values in my dataset across a wide range. I would appreciate any suggestions you could provide. Thank you very much! |
I used isaac sim. |
can you put 60,60,60. I am not sure what the scale you used in your dataset. But play with this, you should be able to get to the right location. Also the quaternion might not look the same, isaacsim is probably in opengl coordinate frame, DOPE uses opencv. |
Thank you very much for your response. I will conduct the testing. |
I will share this thread with the person that did the isaac-sim port. |
Let me clarify my question again.I am facing an issue with object detection in a real-world scenario when adjusting the distance between the camera and the target. Despite resizing the dataset images to 1080x1080 pixels and configuring MIN_DISTANCE as 2.6, MAX_DISTANCE as 3.2, and OBJECT_SCALE as 0.0035, the detection performance does not meet expectations. Previously, you suggested transforming it to 60cmx60cmx60cm. Could you please clarify if you meant resizing the physical dimensions of the object to 60cm or adjusting the OBJECT_SCALE value within the dataset so that the object appears bigger in the image? Additionally, the actual size of my object is only 6cmx6cmx6cm. |
@chenin-wang, could you elaborate more on why What happens if you change this part of the config to:
|
the object will be large in the picture |
Despite the bounding boxes (bbox) being visually close in the image, there is a significant difference in their locations.How can this issue be improved?
The text was updated successfully, but these errors were encountered: