-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update training script and config
This now reflects what we actually used during training :^)
- Loading branch information
Showing
2 changed files
with
50 additions
and
26 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,20 +1,19 @@ | ||
path: C:\Users\benja\Documents\datasets\nina_yolo | ||
|
||
path: path/to/dataset # change this | ||
|
||
# These are relative to the path above | ||
train: obj_train_data | ||
val: obj_train_data | ||
train: train.txt | ||
val: val.txt | ||
test: | ||
|
||
nc: 9 | ||
names: [ | ||
"Gjedde", | ||
"Gullbust", | ||
"Rumpetroll", | ||
"Stingsild", | ||
"Ørekyt", | ||
"Abbor", | ||
"Brasme", | ||
"Mort", | ||
"Vederbuk" | ||
] | ||
names: | ||
0: Gjedde | ||
1: Gullbust | ||
2: Rumpetroll | ||
3: Stingsild | ||
4: Ørekyt | ||
5: Abbor | ||
6: Brasme | ||
7: Mort | ||
8: Vederbuk | ||
9: Frosk | ||
10: "Annen Fisk" |
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