Hi sir,
I have some doubt about Keras Yolov3.What are the parameters that I have to change for training Keras Yolov3 with my own dataset....
What are the changes that I have to make before converting yolov3.cfg & yolov3.weights to yolo.h5 file?
Recently I had made few changes in yolov3.cfg file.. ie, first I changed the number of classes to 1(I have only one class). Secondly I changed the anchors(I developed anchors from my own dataset using kmeans.py file found in qqwweee/keras-yolo3 github.I got 9 pairs of anchors(5,6, 6,8, 8,10, 10,12, 12,16, 17,22, 26,33, 45,57, 111,147)).
1.What are the other parameters that I have to change?
Most helpful comment
Here's a good link that has the answers to a lot of your questions.