class labels order
See original GitHub issue@kenshohara, @skamdar, @skrish13, @husencd, @hirokatsukataoka16, @WakamiyaTenga, @satoyutaka
Thanks a lot for your great work!
It seems that the output class labels order of the pre-trained models (e.g., r3d50_K_200ep.pth
) is different from the original labels (i.e., the alphabetical order of labels link).
Therefore, this issue makes the output of your models not clear which label it belongs to.
As a result, could you please give us your kinetics.json and mit.json files (i.e., all class labels related to datasets (Kinetics700, Moments-in-Time, and STAIR-Actions) based on which your models are trained on them)?
Thank you very much if you put these files in the repo. Also note that this problem has been mentioned by other people before:
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:11
Top Results From Across the Web
Get order of class labels for Keras predict function
You can deal with it by applying argmax to each one individually, but I think it's better to use the axis argument. In...
Read more >Prioritize labels—ArcGIS Pro | Documentation
On the Labeling tab, in the Map group, click More > Priorities. · Select the label class or classes for which you want...
Read more >Using Deep Learning When Class Labels Have A Natural Order
Deep learning offers state-of-the-art results for classifying images and text. Common deep learning architectures and training procedures ...
Read more >Empirical study on virtual order of class labels in nominal ...
Inspired by the case that label order information can be exploited to improve the ordinal classification performance through adopting an ordered ...
Read more >Labels with Due Date and Class Code
You can remind parents of your Class Code (needed to shop and place an order) and your class order due date by attaching...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, I have contact with the authors and I got the JSON file generated by the authors. I extract the id-class name pair from the JSON file. I hope it will be helpful for others. @ahkarami @DogukanAltay @tomatowithpotato Kinetics label:
Kinetics_Moment label:
@Jimmy880 You really dig this issue out of the grave thanks a lot!