json87
json87
@whuaegeanse I think the possible way is to resume camera poses by using 3D-2D correspondences in a parallel way. After all images are oriented, conducting triangulation at one time. Is...
@rperrot Thanks. I will have a further research on this topic. At the same time, I found that some command parameters have been changed, which is different from the manual...
@rperrot I have found that some cmd arguments have changed in the newest version. Thanks.
I have tested the following commands and obtained desired results. `:: Initialize the scene (spherical camera model) openMVG_main_SfMInit_ImageListing -i images -o openmvg/matches -f 1 -c 7 :: Compute features (you...
@Camuvingian I think you should test the workflow by using the 360 dataset from the following website https://github.com/openMVG/Image_datasets/tree/main/360_dataset/360_Flat/images
> It is normal as the command 'neato' does not exist.
I have run the pipeline again and found no problems. 
@Camuvingian I used the master version of this software, please make sure the right version first.
> My approach > > Use `aliceVision_split360Images.exe --splitMode equirectangular --equirectangularNbSplits 8 --equirectangularSplitResolution 768 --fov 90.0` > > Result is random. Some datasets are found using `exhaustive matching`, many others are...
> @json87 Your repo creates files gaussian splatting cannot handle as it doesn't have the appropriate lens. I think you should modify the code of GS to support spherical images.