Eric P. Nusbaum commited on
Commit
169de21
Β·
1 Parent(s): db15883

Iteration 17

Browse files
Files changed (4) hide show
  1. README.md +29 -20
  2. onnx/cvexport.manifest +3 -3
  3. onnx/labels.txt +22 -9
  4. onnx/model.onnx +2 -2
README.md CHANGED
@@ -13,17 +13,14 @@ JunkWaxHero is available in **ONNX** format to cater to different deployment nee
13
 
14
  ## πŸ“Š Training Details
15
 
16
- - **Training Completion Date:** January 10, 2025, at 1:32:46 PM
17
- - **Training Platform:** Azure Custom Vision
18
- - **Domain:** General (Compact) [S1]
19
 
20
  ### **Overall Performance Metrics**
21
 
22
- | Metric | Value |
23
- |-----------|--------|
24
- | Precision | 98.8% |
25
- | Recall | 98.8% |
26
- | mAP | 99.4% |
27
 
28
  ## πŸ“ Dataset
29
 
@@ -33,18 +30,30 @@ The training dataset for **JunkWaxHero** was meticulously curated to ensure robu
33
 
34
  JunkWaxHero has been meticulously trained to recognize the following baseball card sets with exceptional accuracy:
35
 
36
- | Year | Set | Included | Precision | Recall | A.P. |
37
- |------|------------|:--------:|-----------|--------|-------|
38
- | 1984 | Topps | βœ… | 100.0% | 100.0% | 100.0%|
39
- | 1987 | Topps | βœ… | 95.8% | 100.0% | 100.0%|
40
- | 1989 | Upper Deck | βœ… | 100.0% | 92.3% | 100.0%|
41
- | 1989 | Fleer | βœ… | 100.0% | 100.0% | 100.0%|
42
- | 1989 | Bowman | βœ… | 100.0% | 94.7% | 94.7% |
43
- | 1990 | Topps | βœ… | 100.0% | 100.0% | 100.0%|
44
- | 1990 | Donruss | βœ… | 100.0% | 100.0% | 100.0%|
45
- | 1991 | Upper Deck | βœ… | 100.0% | 100.0% | 100.0%|
46
- | 1993 | Topps | βœ… | 94.7% | 100.0% | 100.0%|
47
-
 
 
 
 
 
 
 
 
 
 
 
 
48
  *Included sets are marked with a βœ…, while excluded sets (if any) would be marked with a ❌.*
49
 
50
  ## πŸš€ Getting Started
 
13
 
14
  ## πŸ“Š Training Details
15
 
16
+ - **Model Version:** Iteration 17
17
+ - **Domain:** General (compact) [S1]
 
18
 
19
  ### **Overall Performance Metrics**
20
 
21
+ - **Precision:** 98.6%
22
+ - **Recall:** 97.3%
23
+ - **mAP:** 98.6%
 
 
24
 
25
  ## πŸ“ Dataset
26
 
 
30
 
31
  JunkWaxHero has been meticulously trained to recognize the following baseball card sets with exceptional accuracy:
32
 
33
+ | Tag | Precision | Recall | Average Precision (AP) |
34
+ | ---------------- | --------- | ------ | ---------------------- |
35
+ | 1984 Topps | 100.0% | 100.0% | 100.0% |
36
+ | 1987 Topps | 100.0% | 100.0% | 100.0% |
37
+ | 1988 Score | 100.0% | 100.0% | 100.0% |
38
+ | 1988 Topps | 100.0% | 100.0% | 100.0% |
39
+ | 1989 Upper Deck | 100.0% | 92.3% | 99.5% |
40
+ | 1989 Fleer | 100.0% | 100.0% | 100.0% |
41
+ | 1989 Bowman | 94.7% | 94.7% | 99.7% |
42
+ | 1989 Donruss | 100.0% | 94.7% | 94.7% |
43
+ | 1989 Score | 100.0% | 100.0% | 100.0% |
44
+ | 1989 Topps | 95.5% | 100.0% | 99.6% |
45
+ | 1990 Topps | 100.0% | 100.0% | 100.0% |
46
+ | 1990 Donruss | 100.0% | 100.0% | 100.0% |
47
+ | 1990 Leaf | 100.0% | 100.0% | 100.0% |
48
+ | 1990 Leaf Pack | 100.0% | 100.0% | 100.0% |
49
+ | 1991 Upper Deck | 100.0% | 89.5% | 94.7% |
50
+ | 1991 Leaf | 100.0% | 95.5% | 95.5% |
51
+ | 1992 Upper Deck | 100.0% | 87.5% | 91.7% |
52
+ | 1992 Fleer | 95.5% | 100.0% | 100.0% |
53
+ | 1992 Fleer Ultra | 100.0% | 100.0% | 100.0% |
54
+ | 1992 Pinnacle | 100.0% | 100.0% | 100.0% |
55
+ | 1993 Topps | 90.9% | 90.9% | 94.9% |
56
+ | 1994 Score | 95.5% | 95.5% | 99.8% |
57
  *Included sets are marked with a βœ…, while excluded sets (if any) would be marked with a ❌.*
58
 
59
  ## πŸš€ Getting Started
onnx/cvexport.manifest CHANGED
@@ -3,11 +3,11 @@
3
  "Platform": "ONNX",
4
  "Flavor": null,
5
  "ExporterVersion": "2.0",
6
- "ExportedDate": "2025-01-10T18:55:56.72257Z",
7
- "IterationId": "159e9c3e-6435-4b9b-826d-ca39f5889fbc",
8
  "ModelFileName": "model.onnx",
9
  "LabelFileName": "labels.txt",
10
  "MetadataPropsFileName": "metadata_properties.json",
11
- "ModelFileSHA1": "949c71d256808ed71dafaeb424f54bd94051857e",
12
  "SchemaVersion": "1.0"
13
  }
 
3
  "Platform": "ONNX",
4
  "Flavor": null,
5
  "ExporterVersion": "2.0",
6
+ "ExportedDate": "2025-01-20T21:04:41.1626904Z",
7
+ "IterationId": "ae0dc2df-5cc0-4d92-8f01-284700a41d22",
8
  "ModelFileName": "model.onnx",
9
  "LabelFileName": "labels.txt",
10
  "MetadataPropsFileName": "metadata_properties.json",
11
+ "ModelFileSHA1": "c38731de5d98a330b3a833597dfd0e00901db141",
12
  "SchemaVersion": "1.0"
13
  }
onnx/labels.txt CHANGED
@@ -1,9 +1,22 @@
1
- 1984 Topps
2
- 1987 Topps
3
- 1989 Bowman
4
- 1989 Fleer
5
- 1989 Upper Deck
6
- 1990 Donruss
7
- 1990 Topps
8
- 1991 Upper Deck
9
- 1993 Topps
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 1984|Topps
2
+ 1987|Topps
3
+ 1988|Score
4
+ 1988|Topps
5
+ 1989|Bowman
6
+ 1989|Donruss
7
+ 1989|Fleer
8
+ 1989|Score
9
+ 1989|Topps
10
+ 1989|Upper Deck
11
+ 1990|Donruss
12
+ 1990|Leaf
13
+ 1990|Leaf|Pack
14
+ 1990|Topps
15
+ 1991|Leaf
16
+ 1991|Upper Deck
17
+ 1992|Fleer
18
+ 1992|Fleer Ultra
19
+ 1992|Pinnacle
20
+ 1992|Upper Deck
21
+ 1993|Topps
22
+ 1994|Score
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eba88166ae625c537736423715adc31baf4e7cb0dabbdd76f6ee6cbbcacb969f
3
- size 11670194
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1767cfb48466ae59240e5a9c51488e9fec76385bfda57868f51d03eea55a8ce2
3
+ size 12450516