-
Notifications
You must be signed in to change notification settings - Fork 25
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
[SOLVED] No results #6
Comments
First I had installed OpenCV 3.0 and that was the problem. Now I get results with OpenCV 3.4. Btw, I had tried 4.2 as well, initially. Then, even the build was unsuccessful. A lot of variable names have been changed since 3.4. |
hi, could you please send me one copy of the dataset ? thank your very much. My email address is [email protected] |
Hello, I also encountered the same problem, how did you solve it? |
Hi, which version of OpenCV do you use? I use version 3.4.14, but it gives me "no LineSegmentDetector error", so i use FastLineDetector instead, this time it compiles successful, but no result is output in "0_results ". |
Hello, I used opencv310 to experiment successfully in release mode, but switched to debug mode, the code running ended in a loop and no error was reported |
I have built the repo successfully and ran the program with the 7 different given image folders but what I get is "debugs". I can see the feature pairs and a line result in the debug folder. A folder in 0_results also gets created but it's empty inside. Did anyone else experience this?
The text was updated successfully, but these errors were encountered: