An open API service indexing awesome lists of open source software.

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

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
```