quantombone / exemplarsvm

Ensemble of Exemplar-SVMs for Object Detection and Beyond
http://www.cs.cmu.edu/~tmalisie/projects/iccv11/index.html
MIT License
430 stars 155 forks source link

Weird code in esvm_nms #74

Closed dgominski closed 6 years ago

dgominski commented 6 years ago

In esvm_nms line 48, xx1 = max(x1(i), x1(I(1:last-1))); does the same as xx1 = max(x1); which is much simpler

dgominski commented 6 years ago

Nope, my bad