You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the test code via CUDA_VISIBLE_DEVICES=0 python test.py ucf101 rgb 1, the number of frames in multiple entries in the data/ucf101/rgb.txt file does not match with the flow and rgb frames downloaded from https://github.com/feichtenhofer/twostreamfusion, resulting in the test code halting at various frames. This issue states that these sources were used for testing. For example, FileNotFoundError: [Errno 2] No such file or directory: /jpegs_256/v_Bowling_g05_c07/frame000113.jpg'
In all cases where the error occurs, 1-3 frames are missing. Was there another version of the ucf101 rgb and flow frames used during testing? Please advise.
The text was updated successfully, but these errors were encountered:
When running the test code via CUDA_VISIBLE_DEVICES=0 python test.py ucf101 rgb 1, the number of frames in multiple entries in the data/ucf101/rgb.txt file does not match with the flow and rgb frames downloaded from https://github.com/feichtenhofer/twostreamfusion, resulting in the test code halting at various frames. This issue states that these sources were used for testing. For example, FileNotFoundError: [Errno 2] No such file or directory: /jpegs_256/v_Bowling_g05_c07/frame000113.jpg'
In all cases where the error occurs, 1-3 frames are missing. Was there another version of the ucf101 rgb and flow frames used during testing? Please advise.
The text was updated successfully, but these errors were encountered: