Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianxiaomo committed Jul 2, 2020
2 parents 76f513a + d886c8a commit af00822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ttest
*.onnx
*.engine
*.pyc
*.infer

z_demo_*

__pycache__
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ you can use darknet2pytorch to convert it yourself, or download my converted mod

- Note2: extra NMS operations are needed for the tensorRT output. This demo uses python NMS code from `tool/utils.py`.

- Inference on X86 is verified to be okay for TensorRT 7.0, but output of the first iteration each time engine is loaded may be wrong on Jetson platforms. If you are using Jetpack 4.4 DP on Jetson platforms, try to ignore the first iteration each time as a workaround.
- Inference is verified to be okay for TensorRT 7.0, but TensorRT 7.1 may be problematic in handling y coordinates of bounding boxes. Problem investigation is underway.


# 6. ONNX2Tensorflow
Expand Down

0 comments on commit af00822

Please sign in to comment.