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

猜你喜欢

转载自www.cnblogs.com/gloria11/p/9815911.html