Skip to content
Closed

test #122

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
2 changes: 2 additions & 0 deletions onboard/src/cv/models/depthai_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ yolov7_tiny_2023_main:
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
classes: ["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]} # TODO: add real measured values
topic: cv
Expand Down
Loading