hkchengrex / Tracking-Anything-with-DEVA

[ICCV 2023] Tracking Anything with Decoupled Video Segmentation
https://hkchengrex.com/Tracking-Anything-with-DEVA/
Other
1.27k stars 129 forks source link

replaced deprecated BoxAnnotator with BoundingBoxAnnotator and LabelA… #71

Closed husejinbg closed 8 months ago

husejinbg commented 8 months ago

…nnotator

BoxAnnotator is deprecated and will be removed in supervision-0.22.0, so I replaced it with BoundingBoxAnnotator and LabelAnnotator. It gives a lot of warnings if BoxAnnotator is used on the latest version of supervision(0.19.0)

hkchengrex commented 8 months ago

Thank you! Merged.