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
Thank you for sharing this project. I encountered two issues while attempting to perform evaluation on the dl3dv_tiny dataset:
When trying to render novel views and videos, I encountered the following error:
I used the exact commands provided in the README without making any changes.
When running compute_dl3dv_metrics.py, I used the command: python -m rc.scripts.compute_dl3_metrics
However, the code appears to lack assignments for args.against_encdec and args.use_pp, which caused errors during execution.
My environment is set up using requirements.txt in a Conda environment. I am running on Windows 11 with CUDA version 11.8.
Could you kindly give me some help to resolve these problems? Thank you.
The text was updated successfully, but these errors were encountered:
Thank you for sharing this project. I encountered two issues while attempting to perform evaluation on the dl3dv_tiny dataset:
When trying to render novel views and videos, I encountered the following error:
I used the exact commands provided in the README without making any changes.
When running compute_dl3dv_metrics.py, I used the command:
python -m rc.scripts.compute_dl3_metrics
However, the code appears to lack assignments for
args.against_encdec
andargs.use_pp
, which caused errors during execution.My environment is set up using requirements.txt in a Conda environment. I am running on Windows 11 with CUDA version 11.8.
Could you kindly give me some help to resolve these problems? Thank you.
The text was updated successfully, but these errors were encountered: