jorgeuliana1 / YoloV4-tiny-CameraDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use

  1. Clone the repo opencv/opencv on the main folder.
  2. Compile the opencv code.
  3. Clone the repo AlexeyAB/darknet on the main folder.
  4. Compile the darknet code.
  5. cd src
  6. python3 darknet_video.py

If on Windows

  1. Rename the src/config/windows_dll_paths.model.json to src/config/windows_dll_paths.json and write the locations of the binaries of the compiled libraries (OpenCV and Darknet).

About

License:MIT License


Languages

Language:Python 100.0%