AttributeError: CROP_SIZE
hello, i have a question, when i run 'python run_net.py --cfg ./configs/SLOWFAST_8x8_R50.yaml' to extract my video features, the problem of AttributeError: CROP_SIZE that confuses me. Thanks!
Traceback (most recent call last):
File "run_net.py", line 25, in
Hi, I also met this question. Do you solve it?
Likewise, I was also able to reproduce this issue. Temporarily, I've bypassed it by altering the code referring to CROP_SIZE as TEST_CROP_SIZE, which is present in the config.
Hello, Thank you for noticing this. Admittedly, I have not been maintaining this repo and hence the code might be out of date from the latest slowfast codebase which might cause conflicts. I will try to update it if I am free in the near future and look to solving the issue for the long term.