Skip to content

Commit

Permalink
pre pool test 5-22-24
Browse files Browse the repository at this point in the history
  • Loading branch information
zehdari committed May 22, 2024
1 parent e9f4f56 commit 47859ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/riptide_perception
Submodule riptide_perception updated 32 files
+3 −0 .gitignore
+0 −34 tensor_detector/CMakeLists.txt
+103 −0 tensor_detector/README.md
+0 −15 tensor_detector/config/tensorrt.yaml
+16 −0 tensor_detector/config/yolo_orientation.yaml
+0 −201 tensor_detector/include/tensorrt_detector/yolov5_common.hpp
+0 −251 tensor_detector/include/tensorrt_detector/yolov5_detection.hpp
+0 −500 tensor_detector/include/tensorrt_detector/yolov5_detector.hpp
+0 −378 tensor_detector/include/tensorrt_detector/yolov5_detector_internal.hpp
+0 −200 tensor_detector/include/tensorrt_detector/yolov5_logging.hpp
+7 −51 tensor_detector/launch/tensorrt.launch.py
+6 −4 tensor_detector/package.xml
+0 −308 tensor_detector/src/tensorrtWrapper.cpp
+0 −151 tensor_detector/src/tensorrt_detector/yolov5_common.cpp
+0 −280 tensor_detector/src/tensorrt_detector/yolov5_detection.cpp
+0 −908 tensor_detector/src/tensorrt_detector/yolov5_detector.cpp
+0 −820 tensor_detector/src/tensorrt_detector/yolov5_detector_internal.cpp
+0 −187 tensor_detector/src/tensorrt_detector/yolov5_logging.cpp
+184 −193 tensor_detector/src/yolo_orientation.py
+ tensor_detector/weights/200.engine
+ tensor_detector/weights/300_Rotation_Nano.pt
+ tensor_detector/weights/300_Torpedo_Med.pt
+ tensor_detector/weights/BinZoomCrop.pt
+ tensor_detector/weights/BinZoomCrop300.pt
+ tensor_detector/weights/best200generated.engine
+ tensor_detector/weights/best40transdec.engine
+ tensor_detector/weights/best60ish_arvp_confused.engine
+ tensor_detector/weights/best91generated.engine
+ tensor_detector/weights/best_200_uwrtarvp.engine
+ tensor_detector/weights/binlab.pt
+ tensor_detector/weights/torp2.pt
+ tensor_detector/weights/torp3.pt

0 comments on commit 47859ff

Please sign in to comment.