hbb1/2d-gaussian-splatting

Question about the example

LingYinTianMeng opened this issue · 1 comments

python train.py -s / -m output/date/scan105 -r 2 --depth_ratio 1
python render.py -r 2 --depth_ratio 1 --skip_test --skip_train

Is the second line wrong? It should be python render.py -s / -m output/date/scan105 -r 2 --depth_ratio 1 --skip_test --skip_train, right?

hbb1 commented

True.