aboutsummaryrefslogtreecommitdiff
path: root/backend/data/genReducedTrees.py
AgeCommit message (Collapse)Author
2022-07-01For the 'images' reduced tree, remove composite nodesTerry Truong
2022-07-01Generate 3 reduced trees, keeping the original, and serve only thoseTerry Truong
Generate a 'trimmed' reduced tree instead of changing the original. Generate an 'images-only' reduced tree, and use it as the default. Combine 'picked' reduced tree code with that of other reduced trees. Adapt server API to allow selecting between more than 2 trees. Add client setting for selecting between 3 trees.