-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Comparisons for Recognizers #773
Comments
Thanks, this is great!
|
I went through the codes of C3D. It turns out that we cannot modify C3D config to support other input shapes. Maybe a table like this
|
Notes: We will support Support |
Not really. Most info in the above table is already present in the modelzoo, or can be added to the tables (i.e. column v100/1080ti/agx latency) in modelzoo. I think the most valuable part is the speed/accuracy benchmark for different precisions. |
Something like that in GluonCV? |
Description
MMAction2 provide a large number of recognizers. In order to choose the right model for our applications, maybe we need to compare all models in one table. But I don't know how to do this.
I'm open to all suggestions.
Inference time statistics
Notes:
32f, 16f, 8f
means number of frames for model inputs.(1, num_frames, 3, 224, 224)
(1, 1, 3, num_frames, 224, 224)
(1, 1, 3, 16, 112, 112)
.TODO
The text was updated successfully, but these errors were encountered: