aboutsummaryrefslogtreecommitdiff
path: root/backend/data/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-11 18:54:37 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-11 18:54:37 +1000
commit1c6280a9d070a6ad44919ce42ed283ab8376e3f7 (patch)
tree8f84467badce2812f319e6edbb57f36a1458ac9f /backend/data/README.md
parent5dc1ef81d352ac90f6ad1092ccbaa21dc074146d (diff)
Adapted linked-images code to handle merged image sets
Diffstat (limited to 'backend/data/README.md')
-rw-r--r--backend/data/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/data/README.md b/backend/data/README.md
index 174c262..7c03d9e 100644
--- a/backend/data/README.md
+++ b/backend/data/README.md
@@ -36,9 +36,8 @@ File Generation Process
and outputs choice information into mergedImgList.txt.
7 Run genImgsForWeb.py, which creates cropped/resized images in img/, using
mergedImgList.txt, and adds 'images' and 'node_imgs' tables to data.db.
-
8 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 'node_imgs', to associate
nodes without images to child images.
5 Reduced Tree Structure Data
1 Run genReducedTreeData.py, which adds 'r_nodes' and 'r_edges' tables to