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

add TrackletConverter + Example Publisher #313

Open
wants to merge 9 commits into
base: noetic
Choose a base branch
from

Conversation

ninoweg
Copy link

@ninoweg ninoweg commented May 14, 2023

add Tracklet msg, TrackletConverter and example Object Tracker Publisher

@ninoweg ninoweg changed the title Noetic add TrackletConverter + Example May 14, 2023
@ninoweg ninoweg changed the title add TrackletConverter + Example add TrackletConverter + Example Publisher May 14, 2023
int32 status

# Image detection that is tracked.
ImgDetection srcImgDetection
Copy link
Contributor

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

Copy link
Author

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

@ninoweg
Copy link
Author

ninoweg commented May 15, 2023

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?

@saching13
Copy link
Contributor

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.

@saching13 saching13 requested a review from Serafadam June 15, 2023 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants