Thank you for your implementation.
I would like to ask what is the correct order to run commands and render the scene? Currently I have done the following:
- Run
main.ipynb to get duster outputs
- Run the training script
python .\gaussian-splatting\train.py -s .
- Use the interactive viewer
SIBR_gaussianViewer_app.exe -m path/to/gs_output/...
The output of the scene doesn't look good in the viewer. Any advice would be appreciated.
Thank you for your implementation.
I would like to ask what is the correct order to run commands and render the scene? Currently I have done the following:
main.ipynbto get duster outputspython .\gaussian-splatting\train.py -s .SIBR_gaussianViewer_app.exe -m path/to/gs_output/...The output of the scene doesn't look good in the viewer. Any advice would be appreciated.