You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it runs fine on the example datasets, i aligned with metashape, converted to nerfstudio with ns-process-data and exported a pointcloud/tiepoints in local coordinate system(i also tried mercator(epsg:3395) ply export) and added "ply_file_path": "spc.ply" to the json
windows 11
cuda 11.8
OpenSplat v1.1.2
Visual Studio 2022
libtorch 2.2.2 because recommended libtorch 2.1.2 didn't want to compile
cmake 3.28.3
opencv 4.9.0
dual gpu sli 2080 ti
all images were 4000x3000
build log:
--Buildingfor:VisualStudio172022--SelectingWindowsSDKversion10.0.19041.0totargetWindows10.0.22631.--TheCcompileridentificationisMSVC19.31.31104.0--TheCXXcompileridentificationisMSVC19.31.31104.0--DetectingCcompilerABIinfo--DetectingCcompilerABIinfo-done--CheckforworkingCcompiler:C:/ProgramFiles/MicrosoftVisualStudio/2022/Community/VC/Tools/MSVC/14.31.31103/bin/Hostx64/x64/cl.exe-skipped--DetectingCcompilefeatures--DetectingCcompilefeatures-done--DetectingCXXcompilerABIinfo--DetectingCXXcompilerABIinfo-done--CheckforworkingCXXcompiler:C:/ProgramFiles/MicrosoftVisualStudio/2022/Community/VC/Tools/MSVC/14.31.31103/bin/Hostx64/x64/cl.exe-skipped--DetectingCXXcompilefeatures--DetectingCXXcompilefeatures-done--FoundCUDAToolkit:C:/ProgramFiles/NVIDIAGPUComputingToolkit/CUDA/v11.8/include(found version "11.8.89")--TheCUDAcompileridentificationisNVIDIA11.8.89--DetectingCUDAcompilerABIinfo--DetectingCUDAcompilerABIinfo-done--CheckforworkingCUDAcompiler:C:/ProgramFiles/NVIDIAGPUComputingToolkit/CUDA/v11.8/bin/nvcc.exe-skipped--DetectingCUDAcompilefeatures--DetectingCUDAcompilefeatures-done--FoundCUDA:C:/ProgramFiles/NVIDIAGPUComputingToolkit/CUDA/v11.8(found version "11.8")--FoundCUDAToolkit:C:/ProgramFiles/NVIDIAGPUComputingToolkit/CUDA/v11.8/include(found version "11.8.89")--Caffe2:CUDAdetected:11.8--Caffe2:CUDAnvccis:C:/ProgramFiles/NVIDIAGPUComputingToolkit/CUDA/v11.8/bin/nvcc.exe--Caffe2:CUDAtoolkitdirectory:C:/ProgramFiles/NVIDIAGPUComputingToolkit/CUDA/v11.8--Caffe2:Headerversionis:11.8--C:/ProgramFiles/NVIDIAGPUComputingToolkit/CUDA/v11.8/lib/x64/nvrtc.libshorthashisdd482e34--USE_CUDNNissetto0.CompilingwithoutcuDNNsupport--USE_CUSPARSELTissetto0.CompilingwithoutcuSPARSELtsupport--AutodetectedCUDAarchitecture(s):7.57.5--AddedCUDANVCCflagsfor:-gencode;arch=compute_75,code=sm_75--FoundTorch:E:/Git/OpenSplat/libtorch/lib/torch.lib--OpenCVARCH:x64--OpenCVRUNTIME:vc16--OpenCVSTATIC:OFF--FoundOpenCV:E:/Git/OpenSplat/opencv/build(found version "4.9.0")--FoundOpenCV4.9.0inE:/Git/OpenSplat/opencv/build/x64/vc16/lib--YoumightneedtoaddE:\Git\OpenSplat\opencv\build\x64\vc16\bintoyourPATHtobeabletorunyourapplications.--Configuringdone(19.7s)--Generatingdone(0.1s)--Buildfileshavebeenwrittento:E:/Git/OpenSplat/build
cmake --build . --config Release went fine, there were plenty of type conversion warnings but nothing else
It's possible that there's some issue with the export from Metashape, due to ns-process-data? I'm not able to run this dataset with nerfstudio either, in which case it's probably not an issue with OpenSplat.
it runs fine on the example datasets, i aligned with metashape, converted to nerfstudio with ns-process-data and exported a pointcloud/tiepoints in local coordinate system(i also tried mercator(epsg:3395) ply export) and added "ply_file_path": "spc.ply" to the json
windows 11
cuda 11.8
OpenSplat v1.1.2
Visual Studio 2022
libtorch 2.2.2 because recommended libtorch 2.1.2 didn't want to compile
cmake 3.28.3
opencv 4.9.0
dual gpu sli 2080 ti
all images were 4000x3000
build log:
cmake --build . --config Release went fine, there were plenty of type conversion warnings but nothing else
here's my run:
The text was updated successfully, but these errors were encountered: