-
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
Docker image on SD card (Jetson TX2) #2
Comments
@Pallav1299 unfortunately I don't have TX2 to test with. This image was successfully tested on Xavier NX with SSD drive. The image size is large ~14GB, but I think it can be reduced significantly if the source file of OpenCV is removed after installation inside the image. |
@mzahana, unfortunately I could't make enough space for the docker image on device's flash memory. I am still sceptical if having the VINS-GPU docker image on SD card can have any viable impact on VINS performance. What are your views on the same? |
@Pallav1299 I would suggest to get good quality high speed SD card and test. |
@mzahana, I've tested with SSD as well. Doesn't seem to be an issue with having docker image on SD card. |
Thanks for the docker image @mzahana.
I followed the procedure mentioned in the README but due to large image size and storage constraints on Jetson TX2, I added the built docker image on external SD card.
While testing Vins_fusion_gpu I faced latency issues.
I suspect that, having the docker image on the SD card is leading to this latency. What are your views on the same?
What is the size of built docker image for you? Have you used an external storage for your setup?
The text was updated successfully, but these errors were encountered: