AFMagnon
AFMagnon
The same problem I am facing. https://github.com/aras-p/UnityGaussianSplatting/issues/112#issuecomment-2282412914 Build and installation were succeeded. Howevever, nothing appeared in the application. Not to mention, normal 3D-objects were displayed. The way of setting for...
I met **the same error** of "Wrong ckpt format" in Volinga.ai. My environment is as follows: - Windows10 64bit - GeForce RTX3060 - NVIDIA Driver Version: 537.58 - no python...
Thank you, machenmusik. I re-installed all the packages, and specified the version of nerfstudio==0.3.2. However, `ns-train volinga --data data/nerfstudio/poster --vis viewer` did not work properly. I thought this was due...
Thank you for your comment, Frivas97. Thats right, I did not install tiny-cuda-nn. After installing `ninja`, I failed installing tiny-cuda-nn with following error message: ``` Built on Wed_Sep_21_10:41:10_Pacific_Daylight_Time_2022 Cuda compilation...
Thank you! To sum up, I should build the following environment, right? ・nerfstudio==0.3.2 ・manage to install tiny-cuda-nn So, I will focus on installation of tiny-cuda-nn with nerfstudio of 0.3.2. I...
@machenmusik , thank you for your suggestion. I have tried to build environment that satisfy : - cuda-toolkit, cuda-runtime, cuda-visual-studio integration, and nvidia graphics driver by cuda_11.8.0_522.06_windows.exe The installation was...
@machenmusik , Yes. when I install tiny-cuda-nn, I used both `pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch` and ``` git clone https://github.com/NVlabs/tiny-cuda-nn.git cd tiny-cuda-nn git submodule update --init --recursive python -m pip install...
I tried with miniconda3 virtual-env of Python 3.9.18. However, the installation of tiny-cuda-nn failed due to the same error above... Could you teach me the version or commit SHA-1 of...
Thank you!! I re-installed OS and other software, then I succeeded to install tiny-cuda-nn!! Successful conversion from ckpt file to nvol file!! Maybe, software or library dependencies made things complex.