Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added onboard/src/cv/models/2025_gate.blob
Binary file not shown.
Binary file modified onboard/src/cv/models/2025_torpedo.blob
Binary file not shown.
Binary file added onboard/src/cv/models/OLD_2025_torpedo.blob
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If not needed, delete.
If needed, add a comment about the difference between this and onboard/src/cv/models/2025_torpedo.blob.

Binary file not shown.
Binary file added onboard/src/cv/models/OTHER_2025_torpedo.blob
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If not needed, delete.
If needed, add a comment about the difference between this and onboard/src/cv/models/2025_torpedo.blob.

Binary file not shown.
14 changes: 13 additions & 1 deletion onboard/src/cv/models/depthai_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,16 @@ yolov7_tiny_2023_main:
anchor_masks: {"side52": [0,1,2], "side26": [3,4,5], "side13": [6,7,8]}
iou_threshold: 0.5
confidence_threshold: 0.5
colors: ["800000", "3C14DC", "00FFFF"]
colors: ["800000", "3C14DC", "00FFFF"]

2025_gate:
clases: ["gate_sawfish", "gate_shark", "gate_tick", "gate_whole"]
sizes: {"gate_sawfish": [-1, -1], "gate_shark": [-1, -1], "gate_tick": [-1, -1], "gate_whole": [-1, 1]} # not present on config file
weights: 2025_gate.blob
input_size: [416, 416]
coordinate_size: 4
anchors: [12.0, 16.0, 19.0, 36.0, 40.0, 28.0, 36.0, 75.0, 76.0, 55.0, 72.0, 146.0, 142.0, 110.0, 192.0, 243.0, 459.0, 401.0]
anchor_masks: {"side52": [0,1,2], "side26": [3,4,5], "side13": [6,7,8]}
iou_threshold: 0.5
confidence_threshold: 0.5 # this is probably waayyyy too low
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge 0.5 in for now and fix it later.

colors: ["800000", "3C14DC", "00FFFF", "00A5FF"]