LeadingIndiaAI / Armed-Injured-and-other-Suspicious-Activity-Recognition-using-Drone-Surveillance

12 stars 18 forks source link

NotADirectoryError in resort_dataset.py #1

Closed sujaykadam closed 3 years ago

sujaykadam commented 3 years ago

The resort_dataset.py throws an error :- NotADirectoryError: [WinError 267] The directory name is invalid: 'DCSASS Dataset/Abuse/Abuse001_x264_10.mp4/' on line 12 "for clip in os.listdir(subfolder_url):" Some problem with subfolder_url, help me understand the directory structure.

mitushiagarwal9 commented 3 years ago

The resort_dataset.py throws an error :- NotADirectoryError: [WinError 267] The directory name is invalid: 'DCSASS Dataset/Abuse/Abuse001_x264_10.mp4/' on line 12 "for clip in os.listdir(subfolder_url):" Some problem with subfolder_url, help me understand the directory structure. How this to resolve this issue? Even I am getting this error.