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

Ideas for arbitrary video testing of MOT/MOTS #35

Open
ajdroid opened this issue May 23, 2023 · 1 comment
Open

Ideas for arbitrary video testing of MOT/MOTS #35

ajdroid opened this issue May 23, 2023 · 1 comment

Comments

@ajdroid
Copy link

ajdroid commented May 23, 2023

Hi, I've looked at #8 and #12 as well as the codebase and I'm trying to come up with a script that can run the UNINEXT models on the MOT/MOTS task on any arbitrary video as input.
It looks like the main constraint is that I will have to make a custom evaluator and dataloader for something like this.
Any ideas on how to approach this or any alternative approaches?

Mainly, it looks like the data loader currently uses the DatasetCatalog but we should use something else?

@ajdroid
Copy link
Author

ajdroid commented May 24, 2023

I see that there is a UNINEXTPredictor but it seems to work only for object level tasks. I am looking into extending it for video level tasks by looking at uninext_vid but any help in terms of approaches is appreciated!

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

No branches or pull requests

1 participant