Alexander Kristoffersen
Alexander Kristoffersen
`from pathlib import Path ` Just because everyone will probably need to import it anyways to train on their own data anyways.
It currently downloads to your local, but it should also download to the outputs folder so you can easily run the script without needing the SCP the camera path into...
Currently the schedulers set up only allows for lr_fina and max_steps. Would be nice to be able to take in arbitrary arguments.
> Traceback (most recent call last): File "scripts/run_train.py", line 215, in main(dcargs.cli(AnnotatedBaseConfigUnion)) File "scripts/run_train.py", line 203, in main launch( File "scripts/run_train.py", line 144, in launch main_func(local_rank=0, world_size=1, config=config) File "/home/eecs/akristoffersen/kair/pyrad/nerfactory/engine/trainer.py",...
**Is your feature request related to a problem? Please describe.** Currently frames are only stored temporarily before being converted into a video. However, a user might want to get each...
**Is your feature request related to a problem? Please describe.** Currently, 360 data must be taken from the raw Insta360 format, and then the inner rectangle is cropped to get...
**Describe the bug** Add next to where the FAQ is, as it might be confusing for people who haven't had experience with it before.
There should be a way to change the camera type to an equirectangular one from within the render script, or possibly also from within the viewer. Would require #966