implementation of NoMAD with tensorrt for running on edge devices.
python onnx_export.py -i nomad.pth -t config/nomad.yaml -o weights
cd weights
trtexec --onnx=action.onnx --best --useCudaGraph --saveEngine=action.engine
trtexec --onnx=encoder.onnx --best --useCudaGraph --saveEngine=encoder.engine
trtexec --onnx=distance.onnx --best --useCudaGraph --saveEngine=distance.engine
colcon build --symlink-install
- https://github.com/robodhruv/visualnav-transformer ground-breaking work with creating the foundational model
- https://github.com/UT-ADL/milrem_visual_offroad_navigation onnx implementation and code organization