Objectness icon indicating copy to clipboard operation
Objectness copied to clipboard

BING Objectness proposal estimator linux/mac/windows version implementation, runs at 1000 FPS. More in http://mmcheng.net/bing/ and also http://www.robots.ox.ac.uk/~szheng/DepthProposals.html

Results 10 Objectness issues
Sort by recently updated
recently updated
newest added

Cmake executes successfully. After that I run make and get the following error (tail of logs, before that there's only warnings): ``` /home/algernone/git_projects/Objectness/Src/CmShow.cpp:65:39: error: ‘CV_INTER_NN’ was not declared in this...

I have successfully make the project, but I can't find how to run the code. I tried to run BING_linux, but I got this error: ``` OpenCV Error: Assertion failed...

Hi bittnt, Thanks a lot for this code. I ran this algorithm on my dataset and I got the error which has troubled me for a long time. The error...

Hello,I am a student who want make my own data set like VOC2007, but the Annotations of VOC2007 is xml, I need transform xml to yml, like the follow form...

Hi bittnt, Thanks a lot for this code. I receive bing paper for an exam, i have to do the roc curve could you explain me where are true positive...

Hi bittnt, Thanks so much for providing this code. I am trying to install this on Mac and I've been facing a number of issues. 1. I installed opencv by...

Hi, I have problems compiling the source codes. When I run cmake I have no errors. But when I do "make" I got this error: /usr/bin/ld: CMakeFiles/BING_linux.dir/CmShow.cpp.o: undefined reference to...

I am running OS X Yosemite and I have some issues getting this code to work. Anyone figured this out? First I got this error: ``` Could NOT find OpenMP...

I cannot use it since I do not have matlab. I tried xml2yaml from Ubuntu Repo but its format did not work as well.

Hi, It seems that OpenCV 3.0 will include BING Objectness: http://docs.opencv.org/trunk/modules/saliency/doc/objectness_algorithms.html Until then, I wonder if it is availabe an already trained and ready-to-work BING function to get all bounding...