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

Unable to calculate VTSS for user-provided videos #3

Open
cellzero opened this issue Nov 19, 2024 · 0 comments
Open

Unable to calculate VTSS for user-provided videos #3

cellzero opened this issue Nov 19, 2024 · 0 comments

Comments

@cellzero
Copy link

cellzero commented Nov 19, 2024

Thanks for the great works! And I wonder how to calculate VTSS for user-provided videos?

The official VTSS inference demo needs the ground truth labels to resize predicted labels to the same scale as ground truth labels (pr_labels = rescale(pr_labels, gt_labels), line 83, training_suitability_assessment/inference.py). However, user-provided videos do not have the ground truth values. I have noticed the No Label Testing part in FusionDataset class (datasets.py), but the method simply set the gt_label to -1, after rescale() all the predicted values will be set to -1.

Thank you for your time and assistance!

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