Closed ethio-artifical closed 7 months ago
I roughly check the file. It should be compatible with the VAC repo. For VAC, you should load the weight from a trained VAC model.
Thanks for the quick replay, i check the test_one_video file on VAC repo but i get error when i try it
Traceback (most recent call last):
File "/home/ict4d/Videos/Anteneh/data/dataset with_256x128/CESLR/test_one.py", line 67, in
It seems that the last classifier in your model and the classifier in the conv1d, have transposed the dimensions of their parameters. By the way, you don't use a same model for training and for the test_one_video.py?
I trained the model using VAC (ICCV 2021) Repositary. However, when I utilize your test_one_video.py file for testing, I observe wrong result. Is it possible that this file is not compatible with the VAC model ?