- sudo apt install python3-pip
- pip3 install tensorflow-gpu==1.9.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
- pip3 install keras -i https://pypi.tuna.tsinghua.edu.cn/simple
- pip3 install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
- pip3 install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple
- wget https://github.com/intel-iot-devkit/sample-videos/raw/master/worker-zone-detection.mp4
- wget https://pjreddie.com/media/files/yolov3.weights
- wget https://pjreddie.com/media/files/darknet53.conv.74
- python3 convert.py yolov3.cfg yolov3.weights model_data/yolo.h5
- python3 yolo_video.py --input worker-zone-detection.mp4
- wget https://pjreddie.com/media/files/VOCtrainval_06-Nov-2007.tar
- wget https://pjreddie.com/media/files/VOCtest_06-Nov-2007.tar
- tar -xvf VOCtrainval_06-Nov-2007.tar
- tar -xvf VOCtest_06-Nov-2007.tar
- python voc_annotation.py
- python train.py