Open DUANJINHAO opened 5 years ago
The model given in this repo is trained on split1, so you need to test it on split1 too, not split2 and split3. I do not support models on split2 and split3.
All right, thaks :)
Hi @shuangshuangguo For UCF101 dataset, there is an official classInd.txt file. But I cannot find this file in HMDB51. Could you please tell me where to get that? Thanks
Looks like in an alphabetic order.
Yes, you are right.
Hi, thanks for your great job. I got a comparable result on ucf101-split1 after loading ucf101_rgb.pth weights. Strangely, I got 100% accuracy on split2 and split3 respectively. All the results were computed by using test_models.py provided from tsn-pytorch repository, and I'm sure it works. Finally, I got 95.33% accuracy averaging on these three splits which is totally different from the paper(Only RGB). Could you please give me the results that you test on split2 and split3? Thanks again.