creotiv / object_detection_projects

My public projects about object detection algorithms
347 stars 225 forks source link

Error in traffic.py #14

Open pankaj29 opened 5 years ago

pankaj29 commented 5 years ago

Hi, I am getting error while trying to run traffic.py file from command prompt- assertion error : Cannnot find installation of ffmpeg

SusmeetJain commented 5 years ago

If you are using linux/mac, just run this command sudo apt-get install ffmpeg

See this page for installing ffmpeg on windows.

cishu1992 commented 5 years ago

I have the same problem. I have ubuntu on my virtual machine and I am not able to run. I reinstalled ffmpeg a few times.

nikhil-amin commented 5 years ago

Even I was facing the same error, but it was solved using Anaconda.

conda install ffmpeg -c mrinaljain17

I hope this helps! :smile: