Open calebcriste opened 1 year ago
I have the same issue.
You need to change 2 files in SIBR_viewers folder to fix it
SIBR_viewers\extlibs\CudaRasterizer\CudaRasterizer\CMakeLists.txt
Change line
set_target_properties(CudaRasterizer PROPERTIES CUDA_ARCHITECTURES "70;75;86")
To
set_target_properties(CudaRasterizer PROPERTIES CUDA_ARCHITECTURES "60;70;75;86")
SIBR_viewers\src\projects\gaussianviewer\renderer\GaussianView.cpp
Remove code on line 337
if (prop.major < 7)
{
SIBR_ERR << "Sorry, need at least compute capability 7.0+!";
}
Then rebuild it https://github.com/graphdeco-inria/gaussian-splatting#windows
Or just download mine https://mega.nz/file/Iz5BSDLK#q9E9xxi6J6hpU0fRZJ4CNwvdoI9z_dYFrHD-_deFALY
Thank you!
@Disa-Kizonda , Thank you!
@Disa-Kizonda , Thank you very much!
You need to change 2 files in SIBR_viewers folder to fix it您需要更改文件夹中的 2 个文件SIBR_viewers以修复它
SIBR_viewers\extlibs\CudaRasterizer\CudaRasterizer\CMakeLists.txt
Change line 换行
set_target_properties(CudaRasterizer PROPERTIES CUDA_ARCHITECTURES "70;75;86")
To 自set_target_properties(CudaRasterizer PROPERTIES CUDA_ARCHITECTURES "60;70;75;86")
SIBR_viewers\src\projects\gaussianviewer\renderer\GaussianView.cpp
Remove code on line 337删除第 337 行上的代码
if (prop.major < 7) { SIBR_ERR << "Sorry, need at least compute capability 7.0+!"; }
Then rebuild it https://github.com/graphdeco-inria/gaussian-splatting#windows然后重建它 https://github.com/graphdeco-inria/gaussian-splatting#windows
Or just download mine 或者只是下载我的 https://mega.nz/file/Iz5BSDLK#q9E9xxi6J6hpU0fRZJ4CNwvdoI9z_dYFrHD-_deFALY
god bless you!
You need to change 2 files in SIBR_viewers folder to fix it
SIBR_viewers\extlibs\CudaRasterizer\CudaRasterizer\CMakeLists.txt
Change line
set_target_properties(CudaRasterizer PROPERTIES CUDA_ARCHITECTURES "70;75;86")
Toset_target_properties(CudaRasterizer PROPERTIES CUDA_ARCHITECTURES "60;70;75;86")
SIBR_viewers\src\projects\gaussianviewer\renderer\GaussianView.cpp
Remove code on line 337
if (prop.major < 7) { SIBR_ERR << "Sorry, need at least compute capability 7.0+!"; }
Then rebuild it https://github.com/graphdeco-inria/gaussian-splatting#windows
Or just download mine https://mega.nz/file/Iz5BSDLK#q9E9xxi6J6hpU0fRZJ4CNwvdoI9z_dYFrHD-_deFALY
Worked for me, thank you!
@Disa-Kizonda Thanks a lot!!!
i have a 1070ti : compatibility = 6.1
can't run sibr viewer on windows... tryied everything...
maybe its because i am running cuda 12.6 and driver 561.09, but i don't wanna change my drivers.
I encountered an error message that stated, "Sorry, need at least compute capability 7.0+!" My current GPU is an NVIDIA GeForce GTX 1080 Ti which I believe is a '6.1' which tells me that my GPU isn't powerful enough to run the software. I was able to create a few training sets and haven't been able to view them yet because of the issue.
I'm able to run Instant NGP and create NeRFs but that seems useless if I can run SIBR viewer with Gaussian Splatz that looks better overall.
Any ideas?
🔴UPDATE: Thanks to @Disa-Kizonda I've gone ahead and created a little updated YouTube video showing off the process here - https://youtu.be/UPypfPUzT_A - take a look and let me know if you have any questions! 🙌