Skip to content
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

Open
pallavbhalla opened this issue Nov 10, 2021 · 4 comments
Open

Docker image on SD card (Jetson TX2) #2

pallavbhalla opened this issue Nov 10, 2021 · 4 comments

Comments

@pallavbhalla
Copy link

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?

@mzahana
Copy link
Owner

mzahana commented Nov 10, 2021

@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.

@pallavbhalla
Copy link
Author

@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?

@mzahana
Copy link
Owner

mzahana commented Dec 9, 2021

@Pallav1299 I would suggest to get good quality high speed SD card and test.

@pallavbhalla
Copy link
Author

pallavbhalla commented Dec 9, 2021

@mzahana, I've tested with SSD as well. Doesn't seem to be an issue with having docker image on SD card.
What sensor rates did you use for Camera and IMU data? Also, what values did you use for max_cnt(max number of features to track) and min_dist(minimum distance between two features) in VINS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants