-
Notifications
You must be signed in to change notification settings - Fork 194
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
add TrackletConverter + Example Publisher #313
base: noetic
Are you sure you want to change the base?
Conversation
depthai_ros_msgs/msg/Tracklet.msg
Outdated
int32 status | ||
|
||
# Image detection that is tracked. | ||
ImgDetection srcImgDetection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you replace this with a standard message here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I replaced the custom ImgDetecion msg using vision_msgs/ObjectHypothesis and vision_msgs/BoundingBox2D
I had to update the TrackerConverter because denormalization was still missing. Was I right to assume that for denormalizing tracklets.roi I need to use the inputTrackerFrame and for tracklets.srcImgDetection the inputDetectionFrame of the ObjectTracker? |
LGTM. Can you add a simple python script in scripts which overlays the bounding box and make a small video which shows it's working. |
add Tracklet msg, TrackletConverter and example Object Tracker Publisher