kaylode / vehicle-counting

Vehicle counting using Pytorch
MIT License
95 stars 32 forks source link

all things is done, but can't read any sample video ?! #21

Open AhmedHefnawy opened 2 years ago

AhmedHefnawy commented 2 years ago

Traceback (most recent call last): File "C:\AhmedHefnawy\buy\altr\vehicle-counting-master\vehicle-counting-master\run.py", line 48, in main(args, config) File "C:\AhmedHefnawy\buy\altr\vehicle-counting-master\vehicle-counting-master\run.py", line 30, in main pipeline.run() File "C:\AhmedHefnawy\buy\altr\vehicle-counting-master\vehicle-counting-master\modules__init.py", line 31, in run videoloader = VideoLoader(self.config, video_path) File "C:\AhmedHefnawy\buy\altr\vehicle-counting-master\vehicle-counting-master\modules\datasets.py", line 88, in init dataset = VideoSet(config, video_path) File "C:\AhmedHefnawy\buy\altr\vehicle-counting-master\vehicle-counting-master\modules\datasets.py", line 24, in init__ self.initialize_stream() File "C:\AhmedHefnawy\buy\altr\vehicle-counting-master\vehicle-counting-master\modules\datasets.py", line 45, in initialize_stream assert 0, f"Cannot read video {os.path.basename(self.input_path)}" AssertionError: Cannot read video cam_04.mp4'