eriklindernoren / Action-Recognition

Exploration of different solutions to action recognition in video, using neural networks implemented in PyTorch.
185 stars 74 forks source link

test error #9

Closed nicholasguimaraes closed 4 years ago

nicholasguimaraes commented 4 years ago

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?