Matthew Tancik
Matthew Tancik
The `base.py` config file has become to goto place to dump all config files. This should be refactored in a way to make it easier to work with. Two options:...
- [ ] View config values in viewer UI - [ ] Option to download config
`test_tcnn_instant_ngp_field()` has a segfault. This test is only run locally since the github actions don't have tcnn. Interestingly the segfault does not occur if you run the test using the...
It would be nice to have some aggregated stats in the CLI logger. Also have it display the last Test PSNR value. Given that there is no scrolling, it would...
Related to PR #134 and Issue #117 cc: @brentyi eps: 1e-4 iter 200: iter 500 eps: Default iter 200: iter 500:
**Describe the bug** Some versions of ffmpeg don't work with single quotes in the command. The ffmpeg commands for insta360 data processing need to be updated similar to #822
When creating a path, we should support ctrl+z undo and shift+ctrl+z redo commands.
`ns-render` currently uses the raw network outputs rather than the post processed outputs (ie applying a colormap). This causes the render script to crash when trying to render output data...
After killing a training job in colab in order to render a video, we should have a new cell that lets you relaunch the job from the last checkpoint so...