Kokoro
Results
2
issues of
Kokoro
Thanks for the great work of this project, i wanna know how to use monocular estimated depth to supervise the training? since colmap depth is too sparse
this can give a coarse result after 2500 step python train.py \ --config configs/demo \ --data_dir data/nerf_synthetic/lego \ --train_dir logs/lego_c64f128 \ --num_coarse_samples 64 \ --num_fine_samples 128 \ --render_every 2500 but...