prabindh / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
122 stars 46 forks source link

calculating the filter value #6

Closed MyVanitar closed 7 years ago

MyVanitar commented 7 years ago

Hi,

You mentioned:

yolo-voc.cfg - change the number of filters in the CONV layer above the region layer - #classes + #coords(4) + 1)*(NUM)

if I am right, the formula would be: (classes + coords + 1) * NUM

May I ask you what are the values of coords and NUM?

prabindh commented 7 years ago

Please, see the updated README. I have changed it to be more clear.

For example, for #of classes = 2, size will be 35.

MyVanitar commented 7 years ago

I appreciate if you reply my another question here: https://github.com/prabindh/qt5-opencv3-darknet/issues/2

it is open for around 5 days with no rely.