jdpoling commited on
Commit
225e181
·
verified ·
1 Parent(s): 3506b5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -14,10 +14,20 @@ tags:
14
 
15
  YOLOv9c object detectors trained on the specialist annotation splits of the FjordFish underwater imagery dataset:
16
 
17
- The main folder in this repo contains 3 models:
18
- - specalist gadid model
19
- - specialist labrid model
20
- - specialist shark model
 
 
 
 
 
 
 
 
 
 
21
 
22
  For more information see our associated publication: *link tba upon publication*
23
 
 
14
 
15
  YOLOv9c object detectors trained on the specialist annotation splits of the FjordFish underwater imagery dataset:
16
 
17
+ Files:
18
+ - experiment_2_9c_specialist_models
19
+ - gadids_9c # gadid specialist model
20
+ - weights
21
+ - best.pt # model weights here
22
+ - model arguments and outputs
23
+ - labrids_9c # labrids specialist model
24
+ - weights
25
+ - best.pt # model weights here
26
+ - model arguments and outputs
27
+ - sharks_9c # shark specialist model
28
+ - weights
29
+ - best.pt # model weights here
30
+ - model arguments and outputs
31
 
32
  For more information see our associated publication: *link tba upon publication*
33