"# CameraApplication"
-
Create python virtual environments (venv)
-
Install all requirment libraries list in requirements.txt
-
Download yolov3.weights and store it in weights directory https://pjreddie.com/media/files/yolov3.weights
-
Play around with this link for yolov3 implementation: https://machinelearningspace.com/yolov3-tensorflow-2-part-1/