mm
mm
Dear author, Can you provide pre-trained models on NeRF dataset? Can you give us more details of training models (Group1) on nerf dataset? Thanks
Dear author, I use the default configurations to train. But the PSNR results are better than those in paper. What adjustments to configuration should I make so that I can...
How much time is needed for training? Thanks
torch._C._jit_script_class_compile(qualified_name, ast, defaults, rcb) RuntimeError: Tried to access nonexistent attribute or method '__call__' of type '__torch__.kornia.geometry.boxes.Boxes3D'. Did you forget to initialize an attribute in __init__()?: File "miniconda3/envs/nex/lib/python3.8/site-packages/kornia/geometry/boxes.py", line 601 #...
Invalid type provided for checkpoint_callback: Expected bool but received . Pass callback instances to the callbacks argument in the Trainer constructor instead. File "/home/comp/donaldtrump/mvsnerf/train_mvs_nerf_pl.py", line 317, in amp_level='O1')
Hi, I cannot find the implementation of function eval(): eval(args.model_name) Can you give me some reference to the related code?
**Describe the bug** no gpu device shown **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: windows 10 **Additional context** Add...
File "/home/google-research/dreamfields/dream/lib/python3.6/site-packages/jax/_src/random.py", line 599, in choice raise ValueError("a must be an integer or 1-dimensional") jax._src.traceback_util.UnfilteredStackTrace: ValueError: a must be an integer or 1-dimensional
## ❓ Questions and Help How to get the bounding box of the scene ? # In world coordinate?
for i in $(seq 1 $prob_freq $maximum_step) What does the above code do?