@@ -254,17 +254,21 @@ But if you just need to run some common computer vision models on Jetson Nano us
254
254
255
255
256
256
### References
257
- Jetson Inference docker image details
257
+ Torch-TensorRT, a compiler for PyTorch via TensorRT:
258
+ [ https://github.com/NVIDIA/Torch-TensorRT/ ] ( https://github.com/NVIDIA/Torch-TensorRT/ )
259
+
260
+ Jetson Inference docker image details:
258
261
[ https://github.com/dusty-nv/jetson-inference/blob/master/docs/aux-docker.md ] ( https://github.com/dusty-nv/jetson-inference/blob/master/docs/aux-docker.md )
259
262
260
- A guide to using TensorRT on the Nvidia Jetson Nano
263
+ A guide to using TensorRT on the Nvidia Jetson Nano:
261
264
[ https://docs.donkeycar.com/guide/robot_sbc/tensorrt_jetson_nano/ ] ( https://docs.donkeycar.com/guide/robot_sbc/tensorrt_jetson_nano/ )
262
265
including:
263
266
264
- 1 . Use Jetson as a portable GPU device to run a NN chess engine model
265
- [ https://medium.com/@ezchess/jetson-lc0-running-leela-chess-zero-on-nvidia-jetson-a-portable-gpu-device-a213afc9c018 ] ( https://medium.com/@ezchess/jetson-lc0-running-leela-chess-zero-on-nvidia-jetson-a-portable-gpu-device-a213afc9c018 )
267
+ 1 . Use Jetson as a portable GPU device to run an NN chess engine model:
268
+ [ https://medium.com/@ezchess/jetson-lc0-running-leela-chess-zero-on-nvidia-jetson-a-portable-gpu-device-a213afc9c018 ] ( https://medium.com/@ezchess/jetson-lc0-running-leela-chess-zero-on-nvidia-jetson-a-portable-gpu-device-a213afc9c018 )
266
269
267
- 2 . A MaskEraser app using PyTorch and Torchvision , installed directly with pip
268
- [ https://github.com/INTEC-ATI/MaskEraser#install-pytorch ] ( https://github.com/INTEC-ATI/MaskEraser#install-pytorch )
270
+ 2 . A MaskEraser app using PyTorch and torchvision , installed directly with pip:
271
+ [ https://github.com/INTEC-ATI/MaskEraser#install-pytorch ] ( https://github.com/INTEC-ATI/MaskEraser#install-pytorch )
269
272
270
- A PyTorch to TensorRT converter [ https://github.com/NVIDIA-AI-IOT/torch2trt ] ( https://github.com/NVIDIA-AI-IOT/torch2trt )
273
+ A PyTorch to TensorRT converter:
274
+ [ https://github.com/NVIDIA-AI-IOT/torch2trt ] ( https://github.com/NVIDIA-AI-IOT/torch2trt )
0 commit comments