Markus Loide
Markus Loide
By the way, I'm willing to try my hand at adding that support, if you are accepting pull requests
I would like to know about this as well, both this and the other ComplexYOLO code seem to not output any class predictions. From the code it seems they are...
Yes, I figured it out. Basically the output matrix you get, the last columns are the class scores, i.e. they are assembled like this: `pred_boxes[..., 7:(7 + nC) ] =...
If you just want to get the highest scored class, `argmax` should be enough (i.e. just get the class with highest score, no need to pass it to a softmax)....
I apologize for reviving this old issue, but are there any plans to enable CPU mode? I have compiled the provided caffe using CPU mode, but I am still getting...