diff options
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. |
