Update README.md
Browse files
README.md
CHANGED
|
@@ -44,12 +44,13 @@ This dataset contains the latest output of my Magic: The Gathering (MTG) card im
|
|
| 44 |
|
| 45 |
## File Layout (resourcesV5.zip)
|
| 46 |
|
| 47 |
-
|
| 48 |
resources/
|
| 49 |
└── run/
|
| 50 |
├── candidate_features.h5 # HDF5 with keypoints + descriptors per card
|
| 51 |
├── faiss_ivf.index # FAISS IVF-PQ index (incremental-safe)
|
| 52 |
└── id_map.json # Linear descriptor-to-scryfall_id mapping
|
|
|
|
| 53 |
|
| 54 |
|
| 55 |
---
|
|
|
|
| 44 |
|
| 45 |
## File Layout (resourcesV5.zip)
|
| 46 |
|
| 47 |
+
```
|
| 48 |
resources/
|
| 49 |
└── run/
|
| 50 |
├── candidate_features.h5 # HDF5 with keypoints + descriptors per card
|
| 51 |
├── faiss_ivf.index # FAISS IVF-PQ index (incremental-safe)
|
| 52 |
└── id_map.json # Linear descriptor-to-scryfall_id mapping
|
| 53 |
+
```
|
| 54 |
|
| 55 |
|
| 56 |
---
|