We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thanks for the great work!
I just use the following command to run CRW on JHMDB:
python code/test.py \ --filelist jhmdb_testlist_split1.txt \ --model-type scratch \ --resume ../pretrained.pth \ --save-path jhmdb_results \ --topk 10 \ --videoLen 7 \ --radius 5 \ --temperature 0.05 \ --cropSize 320
Here're the PCK number I got:
0.1: [53.41509394] 0.2: [75.56534539] 0.3: [84.21850545] 0.4: [89.00846776] 0.5: [92.19968561]
seems to be much lower than the ones reported in the paper.
I basically borrowed the command from another related issue. The filelist I used is from the original UVC repo and it contains 268 lines.
Could you please take a look and see if there's anything I did wrong here?
Thanks!
The text was updated successfully, but these errors were encountered:
#10
Sorry, something went wrong.
No branches or pull requests
Hi, thanks for the great work!
I just use the following command to run CRW on JHMDB:
Here're the PCK number I got:
seems to be much lower than the ones reported in the paper.

I basically borrowed the command from another related issue. The filelist I used is from the original UVC repo and it contains 268 lines.
Could you please take a look and see if there's anything I did wrong here?
Thanks!
The text was updated successfully, but these errors were encountered: