Iliceth
Iliceth
I have run: ``` python -m train \ --gin_configs=configs/zipnerf/360.gin \ --gin_bindings="Config.data_dir = '${DATA_DIR}'" \ --gin_bindings="Config.checkpoint_dir = '${CHECKPOINT_DIR}'" python -m eval \ --gin_configs=configs/zipnerf/360.gin \ --gin_bindings="Config.data_dir = '${DATA_DIR}'" \ --gin_bindings="Config.checkpoint_dir = '${CHECKPOINT_DIR}'"...
Datasets
Thanks for the great work and code release. Currently trying out a test with the gardenvase dataset. Not an "issue" with your code to report at the moment, but in...
Hi all, is there anyone who might be able to point out why this happens and maybe how to solve this issue? I have been trying out instruct-nerf2nerf and it...
Hi, I hope you don't mind, but could you tell me if any of the errors/warnings underneath, selected and copied during the process, are problematic and/or potentially do hurt the...
Hi, I have followed the steps provided and installed threestudio, which went fine. But then, it is unclear if I have to git clone this repo and run from inside...
Hi All seems to go well, from my daisytest.pd file Pd2dsy.py does create a new directory with diasy_boards.h daisytest.cpp and Makefile as the contents. When I then run make, I...
Noob question time: I succesfully train many iterations but sometimes extracting the mesh starts well, gives out the number of faces, colors, etc. as a result and then, instead of...
### What is the issue? Every model I tested with ollama runs fine, but when trying: `ollama run codellama:34b`, I get `Error: llama runner process has terminated: signal: segmentation fault...
I have a model trained with `gaussian-splatting` to 10000 iterations, so it has a folder with the 7000 and 10000 iterations version. I first did it default and it started...
Hello all, I took a 3DGS which I had already trained with the original repo's method and then used the path to it's 7000 iteration checkpoint in the command for...