Skip to content

Commit

Permalink
feat(tensorrt_yolo): remove package (#6361)
Browse files Browse the repository at this point in the history
* feat(tensorrt_yolo): remove package

Signed-off-by: kminoda <[email protected]>

* remove tensorrt_yolo inclusion

Signed-off-by: kminoda <[email protected]>

* feat: add multiple yolox launcher

Signed-off-by: Shunsuke Miura <[email protected]>

---------

Signed-off-by: kminoda <[email protected]>
Signed-off-by: Shunsuke Miura <[email protected]>
Co-authored-by: Shunsuke Miura <[email protected]>
  • Loading branch information
kminoda and miursh authored Feb 10, 2024
1 parent f55d777 commit ff0488a
Show file tree
Hide file tree
Showing 33 changed files with 9 additions and 3,541 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<arg name="image_number" default="1" description="choose image raw number(1-8)"/>

<!-- Jetson AGX -->
<!-- <include file="$(find-pkg-share tensorrt_yolo)/launch/yolo.launch.xml">
<!-- <include file="$(find-pkg-share tensorrt_yolox)/launch/multiple_yolox.launch.xml">
<arg name="image_raw0" value="$(var image_raw0)"/>
<arg name="image_raw1" value="$(var image_raw1)"/>
<arg name="image_raw2" value="$(var image_raw2)"/>
Expand Down
2 changes: 0 additions & 2 deletions perception/tensorrt_yolo/.gitignore

This file was deleted.

162 changes: 0 additions & 162 deletions perception/tensorrt_yolo/CMakeLists.txt

This file was deleted.

117 changes: 0 additions & 117 deletions perception/tensorrt_yolo/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions perception/tensorrt_yolo/config/yolov3.param.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions perception/tensorrt_yolo/config/yolov4-tiny.param.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions perception/tensorrt_yolo/config/yolov4.param.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions perception/tensorrt_yolo/config/yolov5l.param.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions perception/tensorrt_yolo/config/yolov5m.param.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions perception/tensorrt_yolo/config/yolov5s.param.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions perception/tensorrt_yolo/config/yolov5x.param.yaml

This file was deleted.

Loading

0 comments on commit ff0488a

Please sign in to comment.