diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-05 18:10:42 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-05 18:10:42 +1000 |
| commit | 07f6c76a442d1c7f3c3c8ea36523f7dd7a35c46a (patch) | |
| tree | 37dca3610a7bd88b61ff57720a8ddb443cbc1c0a /backend/data/README.md | |
| parent | 3b105e543a0e2e7097e3156d3daa1bdc0bd3fc2b (diff) | |
Move EOL image download/review scripts into eol/
Diffstat (limited to 'backend/data/README.md')
| -rw-r--r-- | backend/data/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/backend/data/README.md b/backend/data/README.md index ece8efb..17484f4 100644 --- a/backend/data/README.md +++ b/backend/data/README.md @@ -10,14 +10,14 @@ File Generation Process 2 Run genEolNameData.py, which adds 'names' and 'eol\_ids' tables to data.db, using data in eol/vernacularNames.csv and the 'nodes' table. 3 Image Data - 1 Run downloadEolImgs.py to download EOL images into eolImgsForReview/. + 1 In eol/, run downloadImgs.py to download EOL images into eol/imgsForReview/. It uses data in eol/imagesList.db, and the 'eol\_ids' table. - 2 Run reviewEolImgs.py to filter images in eolImgsForReview/ into EOL-id-unique - images in eolImgsReviewed/ (uses 'names' and 'eol\_ids' to display extra info). + 2 In eol/, run reviewImgs.py to filter images in eol/imgsForReview/ into EOL-id-unique + images in eol/imgsReviewed/ (uses 'names' and 'eol\_ids' to display extra info). 3 Run genImgsForWeb.py to create cropped/resized images in img/, using - images in eolImgsReviewed/, and also to add an 'images' table to data.db. + images in eol/imgsReviewed/, and also to add an 'images' table to data.db. 4 Run genLinkedImgs.py to add a 'linked_imgs' table to data.db, - which uses 'nodes', 'edges', 'eol_ids', and 'images', to associate + which uses 'nodes', 'edges', 'eol\_ids', and 'images', to associate nodes without images to child images. 4 Node Description Data 1 Obtain data in dbpedia/, as specified in it's README. |
