KLH1472

Results 10 comments of KLH1472

Great work! I want to use thundersvm in my C++ project. I was eager to know when C++ interface will be available. Thanks!

Also want to know how to deal with the "channels_last" format~

I got it! We hope the predicted width equals the square root of the width of the ground truth box.

I retrain the last layer using VOC2007+2012 trainval dataset. It worked fine and I got the mAP = 0.74. Personally, I recommend not to use the retrain.py, I think there...

@DuinoDu I am wondered as well, do you have an answer?

@DuinoDu That drives me crazy, do you know why??

Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 10:22:32) [MSC v.1900 64 bit (AMD64)] on win32 @DuinoDu

Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 10:22:32) [MSC v.1900 64 bit (AMD64)] on win32

if y.shape[0] == 1: # only one point exceed threshold y = y.T x = x.T score = map[x,y].T dx1 = dx1.T dy1 = dy1.T dx2 = dx2.T dy2 =...