You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!
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?
The text was updated successfully, but these errors were encountered: