Object Detection
create virtual environment
python3 -m venv name
Start virtual environment
source name/bin/activate
Install requirements
pip install -r requirements.txt
Download yolov3 weights trained on coco dataset
wget https://pjreddie.com/media/files/yolov3.weights
Move downloaded weights to weights folder
Change yolov3 weights to tensorflow2
python load_weights.py
Run flask app
python app.py
Go to
http://0.0.0.0:5000/