Paidi Akileswar
Paidi Akileswar
 My commands : ``` wget https://github.com/potree/PotreeConverter/archive/refs/tags/1.6.zip unzip 1.6.zip cd PotreeConverter-1.6 mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release \ -DLASZIP_INCLUDE_DIRS=/usr/include/laszip \ -DLASZIP_LIBRARY=/usr/lib/liblaszip.so \ -DCMAKE_INSTALL_PREFIX=/usr make && make install ```
Hai @attilaolah @gerardobort @ahojnnes @cebe @UncleGene @tsattler @B1ueber2y @catapulta @D-Alex @EstebanDugueperoux2 @FavorMylikes @ahojnnes @fedeDev So can you help me with this While I am trying model merger I had got...
Issue While running hierarchical_mapper  Command I used _time colmap hierarchical_mapper \ --database_path ./colmap/database.db \ --image_path ./images --output_path ./colmap/sparse \ --Mapper.ba_refine_focal_length 0 \ --Mapper.ba_refine_principal_point 0 \ --Mapper.ba_refine_extra_params 0_ I m...
Hai , Great Work Can these models works fine for 360 images which are captured by insta 360 cameras - basically have some distortion in them with difference in angles...
Hai @everyone -> Can you please do help me here -> I was trying to add Superpoint + Sphereglue -> In the middle I am stuck here Sphereglue -> https://github.com/vishalsharbidar/SphereGlue.git...
Issue ocurred  My code which raising this error ``` # Assume reconstruction is part of PixSfM refiner = PixSfM(conf="low_memory") image_options = pycolmap.ImageReaderOptions(camera_model="OPENCV") # Attempting SfM reconstruction refiner.reconstruction( sfm_dir, images,...
Added Camera Parameters  Added code to reconstruction  Tested among different datasets , its working !
Hai @hturki Can you tell me how you used the geo positions in Pixsfm , I dont see any pairs_from_gps in hloc and pixsfm Repo, If ok, Can you share...