facebookresearch / facebookresearch/SlowFast
Could you release the classes id for kinetics 600 pretrained models?
- Dominant language
- Python
- Stars
- 7.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Hello, first of all thank you for releasing this model, and checkpoints and doing the effort of maintain it
I am working with [this](https://dl.fbaipublicfiles.com/pyslowfast/model_zoo/ava/pretrain/SLOWFAST_64x2_R101_50_50.pkl) pretrained model on kinetics600, and i have seen that there is a mismatch between the order of my classes (alphabetical) and the order of the classes that this checkpoint have been trained with.
For example, i have check that the class 'yoga', that in my order is in the position 598, somehow is associated with the possition 544 of the fully connected layer of the checkpoint, and all the classes in the middle have been displaced one position. Same happen with the class 'luge' that appears to be associated with position 134 of the fc instead of the one that correspond it alphabetically (266).
Could you please realease the classes id like you did for kinetics 400 [here](https://github.com/facebookresearch/video-nonlocal-net/blob/master/process_data/kinetics/classids.json) so i can correctly establish the order of all the classes?
Thank you very match
Contributor guide
Assessment
This issue has not been assessed yet.