Skip to content

Commit

Permalink
Merge pull request #183 from ArcturusNavigation/yolov8_shape_training
Browse files Browse the repository at this point in the history
Yolov8 shape training
  • Loading branch information
toyat522 authored Feb 7, 2025
2 parents 73dc314 + 4b82d9e commit 2faaed9
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 1 deletion.
1 change: 0 additions & 1 deletion all_seaing_perception/all_seaing_perception/yolov8_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def __init__(self) -> None:
self.model = YOLO(pt_path)
else:
self.get_logger().error(f"Both model paths do not exist :( TensorRT: {engine_path} and pt: {pt_path}")

# Setup QoS profile
image_qos_profile = QoSProfile(
reliability=QoSReliabilityPolicy.BEST_EFFORT,
Expand Down
Loading

0 comments on commit 2faaed9

Please sign in to comment.