Update ML setup guide and add model scripts
This commit is contained in:
parent
073d395ae6
commit
ff1561a704
4 changed files with 121 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ The system uses a **Hybrid Pipeline** to balance performance on mobile devices w
|
|||
2. **Classification**: Crops each detected card and passes it through two specialized TensorFlow.js models to determine the **Suit** and the **Value**.
|
||||
|
||||
## 2. Data Collection & Labeling
|
||||
Because Jass cards have unique iconography, we use a custom dataset created from internet samples.
|
||||
Because Jass cards have unique iconography, we use a custom dataset.
|
||||
|
||||
### Labeling Strategy: Folder-Based Annotation
|
||||
Instead of using bounding-box tools, we use the directory structure as labels.
|
||||
|
|
@ -29,7 +29,7 @@ dataset/
|
|||
├── 6/
|
||||
├── 7/
|
||||
...
|
||||
└── 13/
|
||||
└── 14/
|
||||
```
|
||||
|
||||
### Process:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue