-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v5.0.0: Major Upgrade for TensorRT-YOLO - Performance Boost and New M…
…odels
- Loading branch information
1 parent
687b8ea
commit 8a7af40
Showing
37 changed files
with
644 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
# Xmake Cache | ||
# Build Cache | ||
.xmake/ | ||
build/ | ||
|
||
# build libs | ||
lib/ | ||
tensorrt_yolo/libs/ | ||
|
||
# VSCode Cache | ||
.vscode | ||
|
||
# Python Cache | ||
__pycache__/ | ||
|
||
|
||
# output Cache | ||
output/ | ||
|
||
# demo images | ||
demo/**/*.jpg | ||
demo/**/*.jpeg | ||
demo/**/*.png | ||
demo/**/*.gif | ||
demo/**/*.bmp | ||
demo/**/*.tiff | ||
demo/**/*.webp | ||
|
||
# demo models | ||
demo/**/*.pt | ||
demo/**/*.onnx | ||
demo/**/*.engine | ||
venv/ | ||
|
||
# python package | ||
dist/ | ||
tensorrt_yolo.egg-info/ | ||
tensorrt_yolo/c_lib_wrap.py | ||
|
||
# build libs | ||
lib/ | ||
tensorrt_yolo/libs/ | ||
# output Cache | ||
output/ | ||
|
||
# example images | ||
examples/**/*.jpg | ||
examples/**/*.jpeg | ||
examples/**/*.png | ||
examples/**/*.gif | ||
examples/**/*.bmp | ||
examples/**/*.tiff | ||
examples/**/*.webp | ||
|
||
# example models | ||
examples/**/*.pt | ||
examples/**/*.onnx | ||
examples/**/*.engine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.