1. 程式人生 > >yolov3訓練自己的資料

yolov3訓練自己的資料

 

參考程式碼網址:https://github.com/qqwweee/keras-yolo3
參考網址:https://blog.csdn.net/Patrick_Lxc/article/details/80615433
關鍵:修改yolov3.cfg 修改的位置一定要對,
共有三個yolo
filters: 3*(5+len(classes));
classes:len(classes)=1,這裡根據檢測種類確定
random:原來是1,視訊記憶體小改為0,
修改model_data下的檔案,放入你的類別,coco,voc這兩個檔案都需要修改
一定要注意換行\n,
train.py batch_size=32 得改,容易報out of memory