参考博客:https://blog.csdn.net/mrjiale/article/details/82078601
1、需要的模块就不说了(运行没有模块的话就下载该模块)
2、教程原话:https://pjreddie.com/media/files/yolov3.weights
python convert.py yolov3.cfg yolov3.weights model_data/yolo.h5
python yolo_video.py [OPTIONS...] --image, for image detection mode, OR
python yolo_video.py [video_path] [output_path (optional)]
3、步骤解读:
3.1 下载权重文件 https://pjreddie.com/media/files/yolov3.weights,放在根目录下
3.2 进入控制台执行该语句: python convert.py yolov3.cfg yolov3.weights model_d