https://github.com/kleinyuan/py-tensorrt
Integrate python with TensorRT for high performance deep learning inference mainly for embedded sys
https://github.com/kleinyuan/py-tensorrt
jetson-tx1 jetson-tx2 nvidia-tensorrt python-tensorrt tensorflow tensorrt
Last synced: 2 months ago
JSON representation
Integrate python with TensorRT for high performance deep learning inference mainly for embedded sys
- Host: GitHub
- URL: https://github.com/kleinyuan/py-tensorrt
- Owner: KleinYuan
- License: mit
- Created: 2017-09-21T19:36:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T21:47:21.000Z (almost 9 years ago)
- Last Synced: 2025-03-20T14:19:26.975Z (over 1 year ago)
- Topics: jetson-tx1, jetson-tx2, nvidia-tensorrt, python-tensorrt, tensorflow, tensorrt
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py-TensorRT
A demo for TensorRT running on Ubuntu sys with CUDA, cuDNN ... setup, (say, TX1/TX2/TK1).
# Simple Run
### 1. Environment
Ensure the env (Sys, GPUs, CUDA, cuDNN, TensorRT, ...) are all installed and here we are not going to document that.
Say, for TX1/TX2/TK1, you can follow my another [repo](https://github.com/KleinYuan/tx2-flash).
### 2. Setup
```
# Setup
bash setup.sh
```
And, that's it. (note, it may pop up requiring password for root access tho)
### 3. Run
```
python app.py
```