diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-05-06 23:32:02 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-05-06 23:32:02 +1000 |
| commit | 5f8c7e12b6978e50850b434efbdf4062a4284979 (patch) | |
| tree | d61873a6fa4549fde5cc9d8da8690e28543ca249 /backend/data/README.md | |
| parent | f70f0fa7e55d89b1a0605231522b91f13eef0a18 (diff) | |
Fix typo in data entry code
Diffstat (limited to 'backend/data/README.md')
| -rw-r--r-- | backend/data/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/data/README.md b/backend/data/README.md index 15adb96..329de09 100644 --- a/backend/data/README.md +++ b/backend/data/README.md @@ -13,7 +13,7 @@ File Generation Process table to data.db, using data in the 'names' table. 3 Image Data 1 Use downloadImgsForReview.py to download EOL images into imgsForReview/. - It uses data in eol/imagesList.db, and the 'eol_ids' table. + It uses data in eol/imagesList.db, and the 'eol\_ids' table. 2 Use reviewImgs.py to filter images in imgsForReview/ into EOL-id-unique images in imgsReviewed/ (uses 'names' and 'eol_ids' to display extra info). 3 Use genImgsForWeb.py to create cropped/resized images in img/, using |
