Skip to content

Commit 4afd965

Browse files
committed
release 0.5.0
1 parent 6be5f08 commit 4afd965

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
3838
```
3939

4040
- install [amirstan_plugin](https://github.com/grimoire/amirstan_plugin):
41-
- Install tensorrt7: [TensorRT](https://developer.nvidia.com/tensorrt)
41+
- Install tensorrt: [TensorRT](https://developer.nvidia.com/tensorrt)
4242
- clone repo and build plugin
4343

4444
```bash
@@ -51,7 +51,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
5151
make -j10
5252
```
5353

54-
- **DON'T FORGET** setting the envoirment variable(in ~/.bashrc):
54+
- **DON'T FORGET** setting the envoirment variable(in `~/.bashrc`):
5555
5656
```bash
5757
export AMIRSTAN_LIBRARY_PATH=${amirstan_plugin_root}/build/lib
@@ -136,7 +136,7 @@ with open(save_engine_path, mode='wb') as f:
136136
```
137137
138138
**Note**:
139-
- The input of the engine is the tensor after preprocess.
139+
- The input of the engine is the tensor **after preprocess**.
140140
- The output of the engine is `num_dets, bboxes, scores, class_ids`. if you enable the `enable_mask` flag, there will be another output `mask`.
141141
- The bboxes output of the engine did not divided by `scale factor`.
142142
@@ -212,10 +212,9 @@ Read [how-does-it-work](https://github.com/NVIDIA-AI-IOT/torch2trt#how-does-it-w
212212
Tested on:
213213
214214
- torch=1.8.1
215-
- tensorrt=7.2.1.6
215+
- tensorrt=8.0.1.6
216216
- mmdetection=2.14.0
217-
- cuda=10.2
218-
- cudnn=8.0.2.39
217+
- cuda=11.1
219218
220219
If you find any error, please report it in the issue.
221220

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def run(self):
122122

123123
setup(
124124
name='mmdet2trt',
125-
version='0.4.1',
125+
version='0.5.0',
126126
author='q.yao',
127127
author_email='[email protected]',
128128
description='mmdetection to tensorrt converter',

0 commit comments

Comments
 (0)