tensorflow-yolov4-test
python save_model.py --weights ./data/yolov4.weights --output ./checkpoints/yolov4-416 --input_size 416 --model yolov4
python detect_simple.py
nms: 중복 제거
python save_model.py --weights ./data/yolov4.weights --output ./checkpoints/yolov4-416 --input_size 416 --model yolov4
python detect_simple.py
nms: 중복 제거