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

mcg/pre-trained/src/aux should be renamed #8

Closed ChanChiChoi closed 6 years ago

ChanChiChoi commented 6 years ago

in windows system, the "aux" is a special directory name,so we should not use this to be directory name when want to compile the cpp code into matlab

jponttuset commented 6 years ago

As stated in the README: "'Full' and 'Pre-Trained' packages not compatible with Windows." For reasons beyond this folder, so even if we solved this, you would not be able to compile it. Sorry about that. Maybe you should consider: "Convolutional Oriented Boundaries", ECCV 2016: http://www.vision.ee.ethz.ch/~cvlsegmentation/cob/

ChanChiChoi commented 6 years ago

en,i see.thank you for your work and code