kongqi404 / yolov3_fake_refactor

将qqwweee大佬的yolov3的keras实现做了一丢丢改动来适应tf2.0
MIT License
2 stars 1 forks source link

yolov3_fake_refactor

将qqwweee大佬的yolov3的keras实现做了一丢丢改动来适应tf2.0

生成.weight文件

在当前目录输入python convert.py yolov3.cfg yolov3.weights model_data/yolo.h5

预测

python yolo_video.py [-image] [--input "路径"] [--output "路径"]

训练

python train.py

具体使用

参见 https://github.com/qqwweee/keras-yolo3/blob/master/README.md