Closed ZERO2ER0 closed 3 years ago
Hi, do you use our version's COLMAP ? We add sparse depth masks and you will get io errors if you use original COLMAP.
Hi, do you use our version's COLMAP ? We add sparse depth masks and you will get io errors if you use original COLMAP.
I follow the Installation part and the Usage part in the README.md. I think I did use your version's COLMAP. But I still get this problem.
Also, I am looking for some PYTHON packages to visualize the .ply file. Could give me some advice? Thank you!
What data did you use ? Your own data or the provided ScanNet datasets ?
As for the visualization, I usually use MeshLab. For python package, you can try mayavi or open3d.
What data did you use ? Your own data or the provided ScanNet datasets ?
As for the visualization, I usually use MeshLab. For python package, you can try mayavi or open3d.
The data is ScanNet datasets.
Does colmap/src/mvs/fusion.cc have the above code ?
Does colmap/src/mvs/fusion.cc have the above code ?
Yes, colmap/src/mvs/fusion.cc have the above code. I am trying to run this code in another 1080ti ubuntu device. But this should not the problem of the device.
Does colmap/src/mvs/fusion.cc have the above code ?
Sorry, It's my fault. I solve this problem by check the above code and have another try. Thank you for your patient and kindness. Maybe you could make the step of installing COLMAP more clear. An official installation of COLMAP may make the COLMAP folder been covered.
OK, I will polish README. Thanks for your suggestion.
Does colmap/src/mvs/fusion.cc have the above code ?
Sorry, It's my fault. I solve this problem by check the above code and have another try. Thank you for your patient and kindness. Maybe you could make the step of installing COLMAP more clear. An official installation of COLMAP may make the COLMAP folder been covered.
sorry ,did you fix the problem by changing the code in "colmap/src/mvs/fusion.cc" as what the author said? I met the same questions as yours and I dont know how to do.thx very much.
Does colmap/src/mvs/fusion.cc have the above code ?
Sorry, It's my fault. I solve this problem by check the above code and have another try. Thank you for your patient and kindness. Maybe you could make the step of installing COLMAP more clear. An official installation of COLMAP may make the COLMAP folder been covered.
Can you show your full fusion.cc?
OK, I will polish README. Thanks for your suggestion.
Dear Authors, During the installation of Colmap: When I am running "cmake .. -GNinja" then it asks to set CUDA_ARCHITECTURES then I set it to "set(CMAKE_CUDA_ARCHITECTURES '70')" and installation was successfully done.
But when I am running the demo code for one of the scenes given by you. Then it showed this error
Ten, according to #2, I changed the code of fusion.cc to the given below
But after that also the error is not fixed, and the same error is showing.
I met some errors when I had a try to run this code. Please help me!
I'm running Ubuntu 18.04.5 LTS Python 3.7 Pytorch 1.9 Cuda 11.1
Thank you!