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

Dose this repo support tracking in video? #46

Closed
KainingYing opened this issue Apr 12, 2023 · 10 comments
Closed

Dose this repo support tracking in video? #46

KainingYing opened this issue Apr 12, 2023 · 10 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@KainingYing
Copy link

No description provided.

@bhack
Copy link

bhack commented Apr 12, 2023

Tracking will require to use these embeddings in another type of network.

See the upstream ticket facebookresearch/segment-anything#152 (comment)

@kadirnar
Copy link
Owner

@bhack , @KainingYing

Which tracking algorithm do you want? Have you looked at the Torchyolo library? I added the tracker library for Yolo models.

https://github.com/kadirnar/torchyolo

My Tracker Repos:

https://github.com/kadirnar/Norfair-Track
https://github.com/kadirnar/ocsort-pip
https://github.com/kadirnar/bytetrack-pip
https://github.com/kadirnar/strongsort-pip
https://github.com/kadirnar/sort-pip

@kadirnar kadirnar self-assigned this Apr 12, 2023
@kadirnar kadirnar added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 12, 2023
@kadirnar
Copy link
Owner

I added the SAHI algorithm for small object detection.

https://github.com/kadirnar/segment-anything-video#sahi--segment-anything

@bhack
Copy link

bhack commented Apr 12, 2023

These tracking algorithms are good but I don't think are related to masks tracking/propagation.

See the upstream ticket specific datasets and they related leaderboards.

@KainingYing
Copy link
Author

thanks

@bhack bhack mentioned this issue Apr 12, 2023
13 tasks
@bhack
Copy link

bhack commented Apr 12, 2023

@kadirnar With you algos you can reproduce something like:
https://github.com/yahooo-mds/OSTrack_SAM

But it will not have the quality and temporal consistency as using the embedding with VOS specific networks like the ones performing in the mentioned datasets.

@kadirnar
Copy link
Owner

@kadirnar With you algos you can reproduce something like: https://github.com/yahooo-mds/OSTrack_SAM

But it will not have the quality and temporal consistency as using the embedding with VOS specific networks like the ones performing in the mentioned datasets.

#6 (comment)

@kadirnar
Copy link
Owner

kadirnar commented Apr 20, 2023

@egeozguroglu
Copy link

Dear @kadirnar, you've linked the Track Anything repository in your comment above, which interestingly has the exact metaseg demo in their repo (demo.py). To clarify: (1) Does metaseg support tracking of segmentation masks through videos? (2) Is there a link between metaseg and Track Anything?

@kadirnar
Copy link
Owner

The Metaseg library does not have a tracker feature. You can view the feature list here:
https://github.com/kadirnar/segment-anything-video#extra-features

The Track-Anything repo used to use the metaseg library but no longer does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants