-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot optimize with velocities #13
Comments
Did you have a previous Nerfstudio installation in the same Conda environment or did you start from scratch? This error could happen if you have the wrong version of Nerfstudio or gsplat installed. Could you try again with a fresh Conda environment and running |
Thanks for your reply. I actually did try with a fresh conda environment following here followed by I also noticed that the velocity optimization is fine for using the downloaded SAI data, is there a difference in between the synthetic and the real data that causes this? |
Ok. Thanks for reporting. This actually has nothing to do with installation issues. It appears there's currently a bug/limitation in the implementation: you cannot enable velocity optimization without also enabling pose optimization. So this does not work: (for reference here's the output of
|
Hi,
Thank you for this codebase! I would like to test the velocity optimization for the method by running
python train.py --dataset=synthetic-mb --case=9
. However, I'm running into the following error:The full error message:
To reproduce, I am running on Ubuntu 22.04, Python 3.8, CUDA 11.8 with an Nvidia 3090 RTX. I followed the instructions from the README for installing a conda environment with the dependencies to install Nerfstudio.
The text was updated successfully, but these errors were encountered: