exemplarsvm icon indicating copy to clipboard operation
exemplarsvm copied to clipboard

Ensemble of Exemplar-SVMs for Object Detection and Beyond

Results 23 exemplarsvm issues
Sort by recently updated
recently updated
newest added

I was trying to utilize a different kernel to the linear kernel and as a result was trying to create the MEX file for the libsvmpredict.c function. When I ran...

After compiling, I am unable to successfully run the demo. Here is what I have: ``` >> esvm_compile All functions already compiled >> esvm_demo_apply Found voc2007-bus.mat, not downloading save_files =...

Hi quantombone, I'm courrently working with your framework. I have longer training times than in your examples, because I changed the features (to CN-HOG features). To make the training faster...

Hello, I would like to use the part based deformable HOG features for my project. As my project is in c++, I want the corresponding C/C++ codes, you have in...

1. Fixed BUG, that caused looping over all dataset every time we applied SVM to an image during mining of negatives. Running time improved from quadratic to linear. 2. Optimized...

Hi I have been trying to replace HOG with HMAX features in the ESVM framework. When I do the training with HMAX features I get the following error "ERROR: number...

Hi quantombone, Is parameter "default_params.calibration_propagate_onto_raw = 0;" the switch of co-occurrence? Sugite

This has been requested by multiple people, a simple API to train from your own data source.

I am unable to understand how the boundary of single exemplar classifier is shifted and scaled in calibration. Could you please elaborate? Thanks

Hey hii Actually I am confused about how are you displaying on original image with same bounding box size which comes by get_target_bb as there the size of the window...