robodhruv / visualnav-transformer

Official code and checkpoint release for mobile robot foundation models: GNM, ViNT, and NoMaD.
http://general-navigation-models.github.io
MIT License
425 stars 56 forks source link

where deploy the model? #7

Closed ForestWang closed 5 months ago

ForestWang commented 8 months ago

great work! do you deploy the model on embeded board such as Xavier NX or 3090 like GPUs? Thanks

dimikout3 commented 7 months ago

Hi all! I have also built a robot around a Jetson Xavier NX Developement Kit and I was wondering if anyone has experience in deploying ViNT in such a companion computer.

robodhruv commented 5 months ago

Hi! Thanks for your interest in our works. We deploy all models on Jetson computers onboard the robot.

We have tested the following boards and can confirm that all models are able to run at 5Hz or larger on these: Jetson TX2, Xavier NX, Xavier AGX, Orin NX, Orin AGX.

The code provided in the repo should work out of the box for these devices. Please let me know if you run into any issues.

Dhruv