diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-10 13:24:18 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-10 13:24:18 +1000 |
| commit | 354466c05753b6bee0e154972b9a640c55533871 (patch) | |
| tree | 9bb50c22f6c2d3eb5f12d73ef4c086f64ae710a7 /backend/data/README.md | |
| parent | f8fa9ae3dd1571fa2912067b6eed010ea5d928e9 (diff) | |
Add script for merging eol and enwiki image sets
Diffstat (limited to 'backend/data/README.md')
| -rw-r--r-- | backend/data/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/backend/data/README.md b/backend/data/README.md index 18daa99..2a6344c 100644 --- a/backend/data/README.md +++ b/backend/data/README.md @@ -40,7 +40,10 @@ File Generation Process it in that db. 6 In enwiki/, run downloadEnwikiImgs.py, which downloads 'permissively-licensed' images in listed in enwiki/enwikiImgs.db, storing them in enwiki/imgs/. - 7 // ADD + 7 // UPDATE + Run reviewImgsToMerge.py, which displays images from eol/ and enwiki/, + enables choosing, for each tol-node, which image should be used, if any, + and outputs choice information into mergedImgList.txt. 5 Reduced Tree Structure Data 1 Run genReducedTreeData.py, which adds 'r_nodes' and 'r_edges' tables to data.db, using reducedTol/names.txt, and the 'nodes' and 'names' tables. |
