pretrained action recognition model can not get the score 93.44%,where am I wrong?
See original GitHub issueI want to test the score of model with the command ‘python3 main.py --dataset ucf101_1 --model se-resnext101-32x4d_vtn_rgbdiff -b128 --lr 1e-5 --seq 16 --st 2 --no-mean-norm --no-std-norm --no-train --no-val --test --pretrain-path …/light_model/se_resnext_101_32x4d_vtn_rgbd_ucf101_s1.pth ’,but I only get the score of 84% ,how can I get the score as the models tell 93.44%``
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
No results found
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
I think the problem is in preprocessing. I guess you used ffmpeg and forgot -q option which controls the quality of generated frames. And by default the quality is poor, resulting in images with visual artifacts.
Use the
utils/preporcess_videos.py
script it will call ffmpeg with correct options for you.Btw resnext-vtn-rgb model should give 91.8%.
@Xiehuaiqi I have the same problem here and I need to clarify your case: You reported that you have a better result with this option
However, according to their documents, 4 means the lowest quality. I don’t really get that