Update thorax to first nano grayscale model
All checks were successful
Build Dev PWA / Build-PWA (push) Successful in 32s

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-06-11 16:41:47 -07:00
parent 2b9d88ab94
commit f64a006606
32 changed files with 31 additions and 27 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -1,10 +1,11 @@
{ {
"version": "0.1.0-n4", "version": "0.2.1-n1",
"region": "Thorax", "region": "Thorax",
"size": 640, "size": 960,
"epochs": 1000, "epochs": 1518,
"name": "nano4", "name": "med1",
"yolo-version": "8.1.20 docker", "yolo-version": "8.2.16 docker",
"date": "2024-03-08", "date": "2024-06-11",
"export": "0.1.0-th" "export": "0.2.1-th",
} "grayscale": true
}

BIN
public/models/thorax-mini/group1-shard1of3.bin Normal file → Executable file

Binary file not shown.

BIN
public/models/thorax-mini/group1-shard2of3.bin Normal file → Executable file

Binary file not shown.

BIN
public/models/thorax-mini/group1-shard3of3.bin Normal file → Executable file

Binary file not shown.

13
public/models/thorax-mini/metadata.yaml Normal file → Executable file
View File

@@ -1,14 +1,15 @@
description: Ultralytics best model trained on /data/ALVINN/Thorax/Thorax 0.1.0/thorax.yaml description: Ultralytics best model trained on /data/ALVINN/Thorax/Thorax 0.2.1/thorax_g.yaml
author: Ultralytics author: Ultralytics
license: AGPL-3.0 https://ultralytics.com/license date: '2024-06-11T23:10:26.670526'
date: '2024-03-08T20:14:34.118186' version: 8.2.16
version: 8.1.20 license: AGPL-3.0 License (https://ultralytics.com/license)
docs: https://docs.ultralytics.com
stride: 32 stride: 32
task: detect task: detect
batch: 1 batch: 1
imgsz: imgsz:
- 640 - 960
- 640 - 960
names: names:
0: Abdominal diaphragm 0: Abdominal diaphragm
1: Aorta 1: Aorta

2
public/models/thorax-mini/model.json Normal file → Executable file

File diff suppressed because one or more lines are too long

View File

@@ -1,10 +1,12 @@
{ {
"version": "0.1.0-s1", "version": "0.3.1-s1",
"region": "Thorax", "region": "Thorax",
"size": 640, "size": 960,
"epochs": 1000, "epochs": 2000,
"epochsFinal:": 1656,
"name": "small1", "name": "small1",
"yolo-version": "8.1.20 docker", "yolo-version": "8.2.16 docker",
"date": "2024-03-07", "date": "2024-06-05",
"export": "0.1.0-th" "export": "0.3.0-th",
"grayscale": true
} }

View File

@@ -1,14 +1,14 @@
description: Ultralytics best model trained on /data/ALVINN/Thorax/Thorax 0.1.0/thorax.yaml description: Ultralytics best model trained on /data/ALVINN/Thorax/Thorax 0.3.0/thorax_g.yaml
author: Ultralytics author: Ultralytics
license: AGPL-3.0 https://ultralytics.com/license license: AGPL-3.0 https://ultralytics.com/license
date: '2024-03-07T16:03:03.296997' date: '2024-06-05T22:55:38.088791'
version: 8.1.20 version: 8.1.20
stride: 32 stride: 32
task: detect task: detect
batch: 1 batch: 1
imgsz: imgsz:
- 640 - 960
- 640 - 960
names: names:
0: Abdominal diaphragm 0: Abdominal diaphragm
1: Aorta 1: Aorta

File diff suppressed because one or more lines are too long