akphi/PedestrianCounter

consult for the steps to run the code?

Closed this issue · 1 comments

hello,could you tell me the steps to run the code? thanks you

akphi commented

@wn13083405221 Sure! Here is a rough guide.

  1. Download the video, make sure you put it in the same directory as the source code.
  2. Make sure you installed Python (I think I used python 3)
  3. Install OpenCV 3.1 (probably the hardest step, but you can find a guide online to tell you. I think I followed the guide of Adrian, by the way, he's a super passionate and smart guide, totally visit his website and crunch some of his tutorials!)
  4. Run the file in terminal: python3 traffic.py

Good luck!