-
Notifications
You must be signed in to change notification settings - Fork 0
New models 2025 #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New models 2025 #81
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If not needed, delete. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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"] | ||
There was a problem hiding this comment.
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.