樓主,請(qǐng)問你有g(shù)ithub readme中那個(gè)預(yù)訓(xùn)練的文件嗎?
貌似文件失效了。
這個(gè):
Download pretrained weights for backend at:
https://1drv.ms/u/s!ApLdDEW3ut5fgQXa7GzSlG-mdza6
This weights must be put in the root folder of the repository. They are the pretrained weights for the backend only and will be loaded during model creation. The code does not work without this weights.
YOLOv3代碼分析(Keras+Tensorflow)前面(YOLO v3深入理解)討論過論文和方案之后,現(xiàn)在看一下代碼實(shí)現(xiàn)。YOLO原作者是C程序,這里選擇的是Kears+Tensorflow版本,代碼來自experienco...