-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c40bb8
commit ce7400b
Showing
9 changed files
with
15,634 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
coneslayer-deluxe.pt filter=lfs diff=lfs merge=lfs -text | ||
coneslayer-deluxe/coneslayer-deluxe.pt filter=lfs diff=lfs merge=lfs -text | ||
coneslayer-redux/coneslayer-redux.bin filter=lfs diff=lfs merge=lfs -text | ||
coneslayer-redux/coneslayer-redux.pt filter=lfs diff=lfs merge=lfs -text | ||
coneslayer-redux/coneslayer-redux_openvino_2022.1_6shave.blob filter=lfs diff=lfs merge=lfs -text | ||
coneslayer-redux/coneslayer-redux-simplified.onnx filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Git LFS file not shown
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"model": { | ||
"xml": "coneslayer-redux.xml", | ||
"bin": "coneslayer-redux.bin" | ||
}, | ||
"nn_config": { | ||
"output_format": "detection", | ||
"NN_family": "YOLO", | ||
"input_size": "640x640", | ||
"NN_specific_metadata": { | ||
"classes": 1, | ||
"coordinates": 4, | ||
"anchors": [ | ||
4.45703125, | ||
9.078125, | ||
7.21484375, | ||
13.9921875, | ||
11.9296875, | ||
22.453125, | ||
19.75, | ||
35.15625, | ||
44.0, | ||
74.1875, | ||
82.875, | ||
168.75, | ||
168.5, | ||
239.125, | ||
218.875, | ||
375.0, | ||
322.0, | ||
589.5 | ||
], | ||
"anchor_masks": { | ||
"side80": [ | ||
0, | ||
1, | ||
2 | ||
], | ||
"side40": [ | ||
3, | ||
4, | ||
5 | ||
], | ||
"side20": [ | ||
6, | ||
7, | ||
8 | ||
] | ||
}, | ||
"iou_threshold": 0.5, | ||
"confidence_threshold": 0.54 | ||
} | ||
}, | ||
"mappings": { | ||
"labels": [ | ||
"cone" | ||
] | ||
}, | ||
"version": 1 | ||
} |
Git LFS file not shown
Oops, something went wrong.