IDEA-Research / T-Rex

API for T-Rex2: Towards Generic Object Detection via Text-Visual Prompt Synergy
https://deepdataspace.com/home
Other
1.98k stars 120 forks source link

Object tracking in video #47

Closed rowels-itf closed 2 months ago

rowels-itf commented 2 months ago

Hi, I have read in a closed topic (https://github.com/IDEA-Research/T-Rex/issues/19#issuecomment-2012381036) that T-Rex 2 can be applied to videos too, but I don't see how in your demo. Could you please explain how to do that?

Additionally, do you have any suggestions on how to use your excellent object detection for object tracking? Could you suggest a package for object tracking maybe using your COCO results on the first frame as input? Thank you!

Mountchicken commented 2 months ago

Hi @rowels-itf We will soon provide a demo for video object detection and tracking. Technically, we will use T-Rex2 to detect each frame and get the result bounding boxes. Then we will use ByteTrack to track them.