https://github.com/nobuotsukamoto/tensorrt-examples
TensorRT Examples (TensorRT, Jetson Nano, Python, C++)
https://github.com/nobuotsukamoto/tensorrt-examples
computer-vision deep-learning jetson object-detection pose-estimation python segmentation super-resolution tensorrt
Last synced: 6 months ago
JSON representation
TensorRT Examples (TensorRT, Jetson Nano, Python, C++)
- Host: GitHub
- URL: https://github.com/nobuotsukamoto/tensorrt-examples
- Owner: NobuoTsukamoto
- License: mit
- Created: 2021-06-28T12:10:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T23:50:55.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T19:44:50.012Z (6 months ago)
- Topics: computer-vision, deep-learning, jetson, object-detection, pose-estimation, python, segmentation, super-resolution, tensorrt
- Language: Jupyter Notebook
- Homepage:
- Size: 10.5 MB
- Stars: 94
- Watchers: 3
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TensorRT Examples
## About
TensorRT examples (Jetson, Python/C++)## List of samples
|Object detection|Pose estimation|
|:--|:--|
|[TensorFlow Lite to TensorRT SSDLite](python/detection/README.md)
[EfficientDet-Lite C++ CMake Examples in TensorRT](cpp/efficientdet/README.md)|[TensorFLow Lite to TensorRT PoseNet](python/posenet/README.md)
||||MIRNet|ESRGAN|
|:--|:--|
|[TensorFlow Lite to TensorRT MIRNet](python/mirnet/README.md)|[ONNX to TensorRT ESRGAN](python/esrgan/README.md)|[ONNX to TensorRT ESRGAN](python/esrgan/README.md)|
|||||U^2-Net|
|:--|
|[ONNX to TensorRT U^2-Net](python/u2net/README.md)|
|||Face landmark|Yu-Net|
|:--|:--|
|[ONNX to TensorRT Face landmark](python/face_landmark/README.md)|[ONNX to TensorRT Yu-Net](python/yunet/README.md)|
|||| DeepLab v3+ EdgeTPUV2 and AutoSeg EdgeTPU|
|:--|
|[Convert ONNX Model and otimize the model using openvino2tensorflow and tflite2tensorflow.](python/deeplabv3_edgetpuv2/README.md)|
|YouTube Video Link
[](https://youtu.be/EDffgHSg11A)||Ultra-Fast-Lane-Detection|Fast-SCNN|
|:--|:--|
|[ONNX to TensorRT Ultra-Fast-Lane-Detection](python/ultra_fast_lane_detection/README.md)|[ONNX to TensorRT Fast-SCNN](python/fast_scnn/README.md)|
|YouTube Video Link
[](https://youtu.be/gsqi37XZF9M)|YouTube Video Link
[](https://youtu.be/Lg6BvEgN9AA)||MOSAIC|FFNet|
|:--|:--
|[TensorRT MOSAIC](python/mosaic/README.md)|[TensorRT FFNet](python/ffnet/README.md)|
|YouTube Video Link
[](https://youtu.be/UIz-RiN22hY)|YouTube Video Link
[](https://youtu.be/iOedtW8lRdQ)|## LICENSE
The following files are licensed under [NVIDIA/TensorRT](https://github.com/NVIDIA/TensorRT).
- [common.py](python/detection/common.py)
## Reference
- [TensorRT](https://github.com/NVIDIA/TensorRT)
- [ONNX](https://github.com/onnx/onnx)
- [ONNX Runtime](https://github.com/microsoft/onnxruntime)
- [tf2onnx](https://github.com/onnx/tensorflow-onnx)
- [TensorRT Backend For ONNX](https://github.com/onnx/onnx-tensorrt)
- [TensorFlow Model Garden](https://github.com/tensorflow/models)