Darknet 模型转换

https://github.com/hunglc007/tensorflow-yolov4-tflite

python save_model.py --weights ./data/yolov4-tiny.weights --output ./checkpoints/yolov4-tiny-416 --input_size 416 --model yolov4 --tiny

python save_model.py --weights ./models/yolov4-tiny-gesture_128_label3_last.weights

 --output ./checkpoints/yolov4-tiny-gesture-128_cut/ --input_size 128 --model yolov4 --tiny

python detect_cut.py --weights ./checkpoints/yolov4-tiny-gesture-128_cut/ --size 128 --model yolov4 --image ./Object_Detection_data/Thumbup/Video_gesture_5_5.jpg

你可能感兴趣的:(Python,Yolo,tensorflow,tensorflow,人工智能,python)