-
Notifications
You must be signed in to change notification settings - Fork 77
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
external score #141
Comments
Thanks for the instructions! The Regarding the external score, I'm trying to understand it more clearly. Does the UntrimmedNet classifier only handle action classification (no time regression), and does it be an occurrence based on prediction class (i.e., does it simply predict which action occurs during the video)? Or is it more about an occurrence of predicting the "correct" of the action? Additionally, I’m wondering when it’s better to use the external score. Should Thanks again for your help! |
These external scores are generated by a classification model that predicts the probability of actions occurring in a given input video. In most practical scenarios, these scores are not necessary for consideration. For your other question, multiclass_nms must be set to false when using external scores. |
Hello, I have two questions regarding the code:
Thank you for your help!
The text was updated successfully, but these errors were encountered: