-
Notifications
You must be signed in to change notification settings - Fork 124
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 prepare the file of STITCH-GRAPH.txt? #7
Comments
Hi, I did put all the *STITCH-GRAPH.txt file in each example image folder I provided (downlink). Thanks. |
Hi, Thank you for your good work! I compiled this code in Win 7 and I meet with some troubles. I debug this project only generated some pictures under the folder of "D:\Image Stitching\ECCV-2016-NISwGSP\New_project_NISwGSP\NISwGSP_test\input-42-data\1_debugs\AANAP-building-result",such as "feature_pairs-init-building0-building1-411.png","feature_pairs-sRANSAC-building0-building1-320.png",and "line-result-building0.png". When the code executed in "ImageData.cpp",function of “const vector & ImageData::getLines() const {XXX}” ,the error appeared. When the code of "if(img_lines.empty()) {XX}" finished, it pop-up the error "_Ptr_user &(_BIG_ALLOCATION_ALIGNMENT - 1))= = 0"&& 0". I don't know what happened of the code , Can you give me some suggestion to solve this problem? Moreover,the Usage: 4.Run the command: ./exe folder_name_in_[input-42-data]_folder. Means what??? I don't generate anything under the folder of "0_results" ,because I don't know how to run this command,can you help me? Thank you very much. |
Hi, really thanks for your report. Thanks. |
@tzxiang You said that you have successfully compile the code in Win7 system. Could you tell me some details about how you compile it? Since I intend to compile it in Win10 with MSVC2015, but somehow I couldn't install the vlfeat library into the code. |
Hi, |
Thanks, I have successfully compile the code in my Win10 PC, and add input-42-data into my working directory. But when I run it, there is no results generated, the variable "argc" always equal to 1 in "main.h". How I can tell the code to read these image datasets? |
You can follow the Usage
|
How to run the command of Usage 4, it seems like illegal in Windows command? |
It just means you need to set the "argv" parameter. |
Sorry to bother you again, when I run your code under the folder "AANAP-building", it generates some confusing errors: |
It seems you did not provide the *STITCH-GRAPH.txt file appropriately (in a correct path). |
Hello, thank you share the good work, if I want to stitch my data , how can I get the "XXXXX-STITCH-GRAPH.txt" file, thanks! |
so,what is the correct path?I meet the same problem。 |
请问这个问题您是怎么解决的呢 |
How to load images in folders provided by author, I did not know how to run the procedure. |
@zgyh001 ,have you solved the problem" When the code executed in "ImageData.cpp",function of “const vector & ImageData::getLines() const {XXX}” ,the error appeared. When the code of "if(img_lines.empty()) {XX}" finished, it pop-up the error "_Ptr_user &(_BIG_ALLOCATION_ALIGNMENT - 1))= = 0"&& 0". ",I meet the same error,if you have soleved,please help me,thanks a lot! |
Could you please send me one copy of the dataset? My email is [email protected] Thanks! |
Hello, @world1992 Have you received the data set, if so, Could you send me a copy? My email is [email protected] Thx! |
我也碰见这个问题呢,不知道怎么解决 |
Hi, I did put all the *STITCH-GRAPH.txt file in each example image folder I provided (downlink). this problem is resolved by: |
Hello, This is a good work! I am interested in your work.
I have successfully compile your code in Win7 system. But when I run with images you provided, I found there are no "***STITCH-GRAPH.txt" file. Could you give me some examples about STITCH-GRAPH file, or how to prepare this file? Thank you very much.
The text was updated successfully, but these errors were encountered: