Berom0227 commited on
Commit
d678878
·
verified ·
1 Parent(s): 8a2ef31

fall classifier weights + ADR-015 metadata (gcn/lstm/transformer/svm/random-forest + pretrained)

Browse files
gcn/metadata.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "gcn",
3
+ "framework": "pytorch",
4
+ "window": 30,
5
+ "stride": 5,
6
+ "input_shape": [
7
+ 30,
8
+ 51
9
+ ],
10
+ "feature_dim": null,
11
+ "seed": 42,
12
+ "classes": [
13
+ 0,
14
+ 1
15
+ ],
16
+ "operating_threshold": 0.026160674169659615,
17
+ "name": "fall-detector",
18
+ "version": "poc",
19
+ "dataset": "le2i",
20
+ "outputs": [
21
+ "fall_prob"
22
+ ],
23
+ "source": "trained",
24
+ "reacquire": "cd ml && uv run python -m training.train"
25
+ }
gcn/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc91bf4da4f54aef5e008c33b45fe95c2fd54f1bf8cdf8fd368a29bfb1c927b1
3
+ size 325983
lstm/metadata.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "lstm",
3
+ "framework": "pytorch",
4
+ "window": 30,
5
+ "stride": 5,
6
+ "input_shape": [
7
+ 30,
8
+ 51
9
+ ],
10
+ "feature_dim": null,
11
+ "seed": 42,
12
+ "classes": [
13
+ 0,
14
+ 1
15
+ ],
16
+ "operating_threshold": 0.0007872396381571889,
17
+ "name": "fall-detector",
18
+ "version": "poc",
19
+ "dataset": "le2i",
20
+ "outputs": [
21
+ "fall_prob"
22
+ ],
23
+ "source": "trained",
24
+ "reacquire": "cd ml && uv run python -m training.train"
25
+ }
lstm/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:889075695884742475b9713e3b86ba67085bb96979b64c51756ea3fd715ab57a
3
+ size 903525
pretrained/melihuzunoglu_yolo11/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f56ad30358d5c63bf8dbc0c1299cf68818c3d291dfb10c94107b94110aadd4c
3
+ size 5472282
pretrained/melihuzunoglu_yolo11/metadata.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_id": "melihuzunoglu-human-fall-detection",
3
+ "display_name": "melihuzunoglu/human-fall-detection",
4
+ "source_url": "https://huggingface.co/melihuzunoglu/human-fall-detection",
5
+ "weight_url": "https://huggingface.co/melihuzunoglu/human-fall-detection/resolve/main/best.pt",
6
+ "weight_path": "/Users/beomsu/Documents/01_Project/eldercare-fall-ai/ml/models/fall/pretrained/melihuzunoglu_yolo11/best.pt",
7
+ "fall_labels": [
8
+ "fallen",
9
+ "fall",
10
+ "lying"
11
+ ],
12
+ "license_note": "Review upstream model license before product use.",
13
+ "source": "third-party",
14
+ "reacquire": "https://huggingface.co/melihuzunoglu/human-fall-detection/resolve/main/best.pt"
15
+ }
pretrained/syed_yolo11_le2i/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4d360ab58b942ef2c78d46e8cf734bfe5ff15210e1b90634ca1474e7ae3a6f4
3
+ size 16077268
pretrained/syed_yolo11_le2i/metadata.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_id": "syed-yolo-fall-detection",
3
+ "display_name": "SyedBurhanAhmed/Real-Time-Fall-Detection-using-YOLO",
4
+ "source_url": "https://github.com/SyedBurhanAhmed/Real-Time-Fall-Detection-using-YOLO",
5
+ "weight_url": "https://raw.githubusercontent.com/SyedBurhanAhmed/Real-Time-Fall-Detection-using-YOLO/main/Model/weights/best.pt",
6
+ "weight_path": "/Users/beomsu/Documents/01_Project/eldercare-fall-ai/ml/models/fall/pretrained/syed_yolo11_le2i/best.pt",
7
+ "fall_labels": [
8
+ "fall",
9
+ "fallen",
10
+ "lying"
11
+ ],
12
+ "license_note": "Review upstream model license before product use.",
13
+ "source": "third-party",
14
+ "reacquire": "https://raw.githubusercontent.com/SyedBurhanAhmed/Real-Time-Fall-Detection-using-YOLO/main/Model/weights/best.pt"
15
+ }
pretrained/tomotsugu_yolov8/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f6f620d0fa574ed80d8348bb8d46060148eb0ba24e3eea00d31a30cdadba41d
3
+ size 22502634
pretrained/tomotsugu_yolov8/metadata.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_id": "tomotsugu-human-fall-detection",
3
+ "display_name": "Tomotsugu-dev/Human-Fall-Detection",
4
+ "source_url": "https://github.com/Tomotsugu-dev/Human-Fall-Detection",
5
+ "weight_url": "https://raw.githubusercontent.com/Tomotsugu-dev/Human-Fall-Detection/main/models/yolo_fall/best.pt",
6
+ "weight_path": "/Users/beomsu/Documents/01_Project/eldercare-fall-ai/ml/models/fall/pretrained/tomotsugu_yolov8/best.pt",
7
+ "fall_labels": [
8
+ "fall",
9
+ "fallen",
10
+ "lying"
11
+ ],
12
+ "license_note": "Review upstream model license before product use.",
13
+ "source": "third-party",
14
+ "reacquire": "https://raw.githubusercontent.com/Tomotsugu-dev/Human-Fall-Detection/main/models/yolo_fall/best.pt"
15
+ }
random-forest/metadata.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "random-forest",
3
+ "framework": "sklearn",
4
+ "window": 30,
5
+ "stride": 5,
6
+ "input_shape": null,
7
+ "feature_dim": 45,
8
+ "seed": 42,
9
+ "classes": [
10
+ 0,
11
+ 1
12
+ ],
13
+ "operating_threshold": 0.09,
14
+ "name": "fall-detector",
15
+ "version": "poc",
16
+ "dataset": "le2i",
17
+ "outputs": [
18
+ "fall_prob"
19
+ ],
20
+ "source": "trained",
21
+ "reacquire": "cd ml && uv run python -m training.train"
22
+ }
random-forest/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:227bbb04aab430cc766bb2778e5433920b2fe5ec3c881229788e29cf79f5857a
3
+ size 4168729
svm/metadata.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "svm",
3
+ "framework": "sklearn",
4
+ "window": 30,
5
+ "stride": 5,
6
+ "input_shape": null,
7
+ "feature_dim": 45,
8
+ "seed": 42,
9
+ "classes": [
10
+ 0,
11
+ 1
12
+ ],
13
+ "operating_threshold": 0.04701814649239117,
14
+ "name": "fall-detector",
15
+ "version": "poc",
16
+ "dataset": "le2i",
17
+ "outputs": [
18
+ "fall_prob"
19
+ ],
20
+ "source": "trained",
21
+ "reacquire": "cd ml && uv run python -m training.train"
22
+ }
svm/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfa5671dc5cf8eb9bfaa36dbadb3c30301a819aa918e2a5c409687580ecf72eb
3
+ size 497611
transformer/metadata.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "transformer",
3
+ "framework": "pytorch",
4
+ "window": 30,
5
+ "stride": 5,
6
+ "input_shape": [
7
+ 30,
8
+ 51
9
+ ],
10
+ "feature_dim": null,
11
+ "seed": 42,
12
+ "classes": [
13
+ 0,
14
+ 1
15
+ ],
16
+ "operating_threshold": 0.0023448013234883547,
17
+ "name": "fall-detector",
18
+ "version": "poc",
19
+ "dataset": "le2i",
20
+ "outputs": [
21
+ "fall_prob"
22
+ ],
23
+ "source": "trained",
24
+ "reacquire": "cd ml && uv run python -m training.train"
25
+ }
transformer/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de24a9a976fae9b96fef102e34b83247123a1fedabaf37884da8a2130a266755
3
+ size 5341002