JakeTurner616 commited on
Commit
f4ddb8c
·
verified ·
1 Parent(s): 75b7fab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
  ---