Create trained segmentation model
Browse files- model/config.yaml +7 -0
- model/segm_model.pth +3 -0
model/config.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
clustering:
|
2 |
+
method: ward
|
3 |
+
min_cluster_size: 15
|
4 |
+
threshold: 1.3484810482361151
|
5 |
+
segmentation:
|
6 |
+
min_duration_off: 0.0
|
7 |
+
threshold: 0.35812231781811055
|
model/segm_model.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fd3da1153ab43b799e0c516408af07d4bf19a9250dab2865f145c1d5ed867ec
|
3 |
+
size 2750187
|