Hello, I have all the requirements to run test_on_video.py but I keep getting a path_to_video error.
Here it is;
Traceback (most recent call last):
File "test_on_video.py", line 38, in
labels = sorted(list(set(os.listdir(opt.video_path))))
NotADirectoryError: [WinError 267] The directory name is invalid: 'C:/Users/Windows/Documents/Action-Recognition/test/v_Surfing_g03_c04.avi'
Hello, I have all the requirements to run test_on_video.py but I keep getting a path_to_video error.
Here it is;
Traceback (most recent call last): File "test_on_video.py", line 38, in
labels = sorted(list(set(os.listdir(opt.video_path))))
NotADirectoryError: [WinError 267] The directory name is invalid: 'C:/Users/Windows/Documents/Action-Recognition/test/v_Surfing_g03_c04.avi'
I have tried everything but it still not working.
What can be done?