Paidi Akileswar

Results 8 issues of Paidi Akileswar

![image](https://github.com/potree/PotreeConverter/assets/155959310/9b82046f-e7eb-4258-8e34-8a82e797cf87) 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 ![image](https://github.com/colmap/colmap/assets/155959310/bb7f95fe-e888-4255-99e3-d6dd902f0bf1) 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 ![image](https://github.com/user-attachments/assets/b7b0427d-145d-4fa5-b6df-01e073d977b6) 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 ![image](https://github.com/user-attachments/assets/2792e3ea-2e8e-46ca-89dc-8cf1990361cc) Added code to reconstruction ![image](https://github.com/user-attachments/assets/db36c0b7-fffb-4cd1-a340-62dddbe008de) 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...