Skip to content
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

Output unstable #11

Open
botka1998 opened this issue Jan 20, 2023 · 2 comments
Open

Output unstable #11

botka1998 opened this issue Jan 20, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@botka1998
Copy link

I trained DOPE for a custom object and have the problem of the estimated poses being jumpy and unstable, also often detecting objects that aren't there.

The original implementation of DOPE had a few parameters that helped stabilize this
# Config params for DOPE thresh_angle: 0.5 thresh_map: 0.01 sigma: 3 thresh_points: 0.1

However I can't find anything like this in the ROS2 implementation, could you please provide me with some instructions or information on how to approach this problem?

@hemalshahNV
Copy link
Contributor

These were constants in an older release (here) but are missing as parameters in the latest release. We'll restore these as configurable parameters correctly in our next release. Thanks for pointing this out!

@hemalshahNV hemalshahNV added the bug Something isn't working label Jan 30, 2023
@botka1998
Copy link
Author

Thank you for your help, could you point me to some resources to help me better understand these parameters?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants