Closed sungwonida closed 6 years ago
Hi again, I took a look to this problem. It seem like something have been changed and i can't figure out what exactly. (best comment that i have found so far on stackoverflow)
Best solution that i have for now is to download video in advance and than use it like
python eval.py --video=/path/to/your/video/file.mp4
I will try to figure out how to fix this.
@igor-panteleev Thanks for responding. I tried what you suggested, it works great. YOLO(I guess that is version 2) is pretty slow on my device, so it seems better to download the video and then run the demo, otherwise, I'm guessing it's gonna be much slower due to the transaction.
Of course, there are still many videos I haven't tried yet, but I couldn't get any successful result so far. I ran
pip install -r requirements.txt
with modified requirements.txt (due to this issue)then,
python eval.py --video="https://youtube_url"