You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I run PYTHONPATH='.' python plenoxels/main.py --config-path plenoxels/configs/final/DyNeRF/dynerf_explicit.py --render-only
There is a .mp4 file in the .log folder
2023-02-17 02:39:46,848| INFO| Saving video (300 frames) to ./logs/realdynamic/cutbeef_explicit/spacetime_.mp4
2023-02-17 02:40:00,764| INFO| Saved rendering path with 300 frames to ./logs/realdynamic/cutbeef_explicit/spacetime_.mp4
But this openned video file is like this
The text was updated successfully, but these errors were encountered:
If you want to generate the space-time decomposition video then the flag to use is --spacetime-only rather than --render-only. To render, you also need to specify a --log-dir with a trained model checkpoint; otherwise it will use a model at initialization which won't look like anything.
After I run
PYTHONPATH='.' python plenoxels/main.py --config-path plenoxels/configs/final/DyNeRF/dynerf_explicit.py --render-only
There is a .mp4 file in the
.log
folderBut this openned video file is like this
The text was updated successfully, but these errors were encountered: