-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to correctly set all the paths and run the code? #8
Comments
I second this question. Not to hijack, but I also cannot find any mention of "WinRecall.m", which is used in |
@sunshineatnoon No, you do not need to download ImageNet unless you want to try BING on ImageNet. Otherwise, stick to VOC. |
@phil0stine Sorry for the confusion. The answer is NO. In fact, WinRecall.m is generated from the BING program. |
@sunshineatnoon , I have the following error similar to yours, do u know how to solve it?? |
@sunshineatnoon @bittnt got the same problem. I'm trying to run for it exam. Any solutions? :\ |
This means the VOC files you are trying to read do not meet the requirement for the code. Check the DataSetVOC.cpp line 125, probably because you have extra space or invisible symbols in that txt file. |
how do u run bing on a given image. not VOC dataset. Forexample: how od you get the 2D object proposals in bing on lena.png |
@RyanCV Hi Ryan, did you find how to solve this problem? I have tried opencv2.4.13 and opencv3.2.0, both of them report this message to me. Thank you. |
@bittnt @RyanCV @sfandi I encounter the same problem. Has anyone found a solution ? I print the path to the VOC dataset Yet the error: Aborted (core dumped) |
Check the encode type for the txt files. |
Hi , Shuai Zheng @bittnt , thanks for your work. I do not understand what you said above "Check the encode type for the txt files.", I think i have a right path for VOC2007 and right format "yml" instead of "xml" , but i also get the same problem : in /home/dorioliu/Documents/objectdetecion/BING/Objectness-master_linuxversion/Src/DataSetVOC.cpp:125 |
Hi, @RyanCV ,did you solve your problem ? |
@dorioliu @ming-c @RyanCV |
@MaryAnnZ is right! |
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:
I looked into yml.m, there are voc path and imagenet path, do I have to download imagenet too in order to run the code?
Thanks!
The text was updated successfully, but these errors were encountered: