json87 / SphereSfM

SfM for sphere images in the ERP format within the framework of ColMap
BSD 3-Clause "New" or "Revised" License
106 stars 15 forks source link

Issue While opening Sparse Output that we got from SphereSfm in Colmap GUI #4

Closed paidiakileswar closed 5 months ago

paidiakileswar commented 5 months ago

After Running of mapper we will get a sparse ! There I got two Sparses

1st Sparse

0
--> cameras.bin
--> images.bin
--> points3D.bin
--> project.ini

2nd Sparse

1
--> cameras.bin
--> images.bin
--> points3D.bin
--> project.ini

So While i am importing the model From colmap GUI image

It is going back and getting closed Total UI! I tried many times But it is not opened

Questions: 1) Here How can view the sparse reconstruction? Should I use UI Setup by you? 2) If I should use your UI , Can i know how to install that UI in my local system (Windows) , Can You provide me with colmap.bat file like the one provided by Colmap ! 3) Could you provide how can we view Sparse that we got output ! In Windows(Priorityly) and Ubuntu

json87 commented 5 months ago

Yes, you should use the UI from the ColMap built from this repo. You can open the UI by justing typying the following cmd in the commond-line-window

colmap gui

paidiakileswar commented 5 months ago

Actually I have already Setup and Build this Repo and Environment in GCP Linux Server , Can i know how can i proceed now !

Any other way (or) Should I Build whole setup in windows for sure to view the UI from this repo !

json87 commented 5 months ago

I do not use the GCP Linux Server. Actually, the GUI can be used in both Windows and Linux systems. Maybe I can provide a pre-built release version of this exe.

Best regards.

paidiakileswar commented 5 months ago

Okay , Good to hear that , Can I have pre-built exe file for windows !

json87 commented 5 months ago

I have released the pre-built version for Windows in the repo.

FYI.

ZhongmiaoYan commented 5 months ago

I have released the pre-built version for Windows in the repo.

FYI.

Hello, thanks for sharing your great work! Where can I find pre-built exe file for windows ? I can't find it in this repo. I can build this project in my Ubuntu system. But a pre-built exe file for windows will be more convenient for me. I can run the original Colmap GUI by clicking the COLMAP.bat in my Windows system. So I also tried to click the colmap.bat in the ./scripts/shell to run the SphereColmap GUI. But I failed.

json87 commented 5 months ago

The pre-built exe files can be accessed on the right side of the main repo page. To open the GUI, you can use the colmap gui command in the command-line window.

ZhongmiaoYan commented 5 months ago

Thanks for your reply! I have found the exe file and successfully ran the GUI interface. I successfully tested it on my dataset of equirectangular images.

未命名1713853117

I would like to share my experience by the way. I am already able to successfully run the original colmap GUI on my Windows. So I tried to run the colmap.exe or use the command "start colmap.exe gui" directly, but failed. Then I copied the COLMAP.bat file from the original COLMAP to the directory "./SphereSfM/". After that, I clicked COLMAP.bat and successfully ran the GUI of SphereSfM.

未命名1713854064

json87 commented 5 months ago

Thanks for your reply! I have found the exe file and successfully ran the GUI interface. I successfully tested it on my dataset of equirectangular images.

未命名1713853117

I would like to share my experience by the way. I am already able to successfully run the original colmap GUI on my Windows. So I tried to run the colmap.exe or use the command "start colmap.exe gui" directly, but failed. Then I copied the COLMAP.bat file from the original COLMAP to the directory "./SphereSfM/". After that, I clicked COLMAP.bat and successfully ran the GUI of SphereSfM.

未命名1713854064

Glad to hear the successful running.