-
Notifications
You must be signed in to change notification settings - Fork 6
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
Problem with demo #17
Comments
Hi @denred0, it looks like from the |
Hi @TruongKhang, thanks for quick response. I got error |
Oh, I see. I think you should use a GPU of at least 8 GB. Or, you can try to reduce the image_size to test on your current GPU. |
I tried to reduce the image_size but got error: Probably it is necessary to somehow change the code to make it work. |
humm, I see. So please let me know the result when you try on Google Colab! :D |
As a result, I was able to run the demo in the colab. The code consumes 15Gb RAM during installation and 5.5Gb GPU during inference. |
I tried this demo and got strange results.
I set the environment and installed all libs.
Start the demo with the comand:
python demo.py --imagedir=data/nmail6 --calib=calib/nmail3.txt --stride=2 --buffer 384 --mvsnet_ckpt cds_mvsnet.pth --disable_vis
After frame 23 processing stops. I found out that this line is the source of the error:
DROID-SLAM\droid_slam\geom\projective_ops.py
Since the determinant of the matrix
poses
is equal to zero, the operationinv()
cannot be performed.It looks like poses not updated.
Do you know where is can be problem?
Thank you.
The text was updated successfully, but these errors were encountered: