SatelliteSfM
SatelliteSfM copied to clipboard
A library for solving the satellite structure from motion problem
I have a problem using satellite_sfm.py The error is reported as follows: (SatelliteSfM) root@LAPTOP-MOJP7CII:/mnt/d/SatelliteSfM/SatelliteSfM# python satellite_sfm.py --input_folder examples/inputs --output_folder examples/outputs --run_sfm [--use_srtm4] [--enable_debug] Traceback (most recent call last): File "/root/anaconda3/envs/SatelliteSfM/lib/python3.8/site-packages/osgeo/__init__.py",...
Traceback (most recent call last): File "ColmapForVisSat/scripts/python/build.py", line 545, in main() File "ColmapForVisSat/scripts/python/build.py", line 524, in main build_glew(args) File "ColmapForVisSat/scripts/python/build.py", line 314, in build_glew download_zipfile(url, archive_path, args.build_path, File "ColmapForVisSat/scripts/python/build.py", line...
1. In line 311, ColmapForVisSat/scripts/python/build.py : ``` def build_glew(args): path = os.path.join(args.build_path, "glew") if os.path.exists(path): return url = "https://kent.dl.sourceforge.net/project/glew/" \ "glew/2.1.0/glew-2.1.0.zip" ``` The URL is not available now, so I...
hi, thanks for this amazing repo, but I do have some more questions, 1. how to get more tiff datas? I do want to generate more imgs 2. how to...
Hi Kai, I've been noticed the input dataset are **.tif images encoding the 3-channel uint8 RGB colors**. But now, I have my own PAN dataset that have only one channel...
Hey, I used [ColmapForVisSatPatched ](https://github.com/SBCV/ColmapForVisSatPatched) during Installation, but encountered some errors I believe are due to a newer Colmap Version being used than in the original [ColmapForVisSat](https://github.com/Kai-46/ColmapForVisSat). In detail: 1....
`CUDA_VISIBLE_DEVICES=3 python satellite_sfm.py --input_folder /workspace/SatelliteSfM/inputs --output_folder /workspace/SatelliteSfM/outputs --run_sfm` `Traceback (most recent call last): File "satellite_sfm.py", line 31, in preprocess_image_set(args.output_folder, os.path.join(args.input_folder, 'images'), File "/workspace/SatelliteSfM/preprocess/preprocess_image_set.py", line 119, in preprocess_image_set _preprocess_single_tif(args_it) File "/workspace/SatelliteSfM/preprocess/preprocess_image_set.py",...
option_manager.cc:(.text._ZN5boost15program_options13variables_mapD0Ev[_ZN5boost15program_options13variables_mapD5Ev]+0x14): undefined reference to `vtable for boost::program_options::variables_map' collect2: error: ld returned 1 exit status src/exe/CMakeFiles/colmap_exe.dir/build.make:120: recipe for target 'src/exe/colmap' failed make[2]: *** [src/exe/colmap] Error 1 CMakeFiles/Makefile2:4690: recipe for target 'src/exe/CMakeFiles/colmap_exe.dir/all'...
May I ask why satellite-generated point clouds cannot be found when performing 3D Gaussian splatting?