firdauslubis88 / NISwGSP

C++ implementation of the ECCV 2016 paper, Natural Image Stitching with the Global Similarity Prior (Windows Visual Studio 15.7 Version)
60 stars 26 forks source link

[SOLVED] No results #6

Open keremakinli opened 4 years ago

keremakinli commented 4 years ago

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? feature_pairs-init-roundabout0-roundabout1-246 feature_pairs-init-building0-building1-411

keremakinli commented 4 years ago

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.

Warden7 commented 4 years ago

hi, could you please send me one copy of the dataset ? thank your very much. My email address is gary.brillstar@gmail.com

Fuzzy-Zhang commented 3 years ago

Hello, I also encountered the same problem, how did you solve it?

LemonLov commented 3 years ago

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

Fuzzy-Zhang commented 3 years ago

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