mcg icon indicating copy to clipboard operation
mcg copied to clipboard

Multiscale Combinatorial Grouping - Object Proposals and Segmentation

Results 8 mcg issues
Sort by recently updated
recently updated
newest added

Hi, I would like to thank you for sharing the code with us. I have a question, I have downloaded MCG Proposals for PASCAL VOC 2012 in [here]( https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/mcg/#results) and...

Dear author: Thank you very much for the open source code, I still have some questions to ask. Can I re-train MCG on a new dataset (e.g., natural scene text...

dear author, I download the **BSDSdatasets MCG Proposals** in link: https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/mcg/#results the file in each mat including: 1. superpixels:481*321 uint16 2. scores: 6340*1 double 3. labels: 6340*1 cell i have...

Hi, I encounter the following error when I run build.m in octave: ``` >> build mkoctfile: unrecognized argument /home/SENSETIME/lintsuihin/mcg/pre-trained/lib warning: mkoctfile exited with failure status warning: called from mkoctfile at...

i download the code in my ubuntu environment. i want to reproduce the segmentation result in paper, so i choose the **pre-trained** document first, i run install.m eveything is ok....

When compiling with certain versions of GCC and Matlab, a lot of warnings come up regarding redefinitions of constants in cmath, math.h, or math.hh. It compiles and runs fine, but...

enhancement

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...

enhancement

Very big images (bigger than full HD) make the code crash. Not sure if it's the contour detector though, I should do a performance evaluation with respect to the size...

bug