jponttuset / mcg

Multiscale Combinatorial Grouping - Object Proposals and Segmentation
http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/mcg/
Other
306 stars 139 forks source link

Output the max-margin order as well as the regressed order #4

Open jponttuset opened 9 years ago

jponttuset commented 9 years ago

The candidates score at the output is the one obtained by the random forest regressor, not the one after the max margin is applied. This way, the proposals are not sorted by the available score, and this can be misleading.

We should save both scores to avoid any confusion.