assets/
datasets.json
dataset_thumbs/
<dataset-id-1>.png
<dataset-id-2>.png
...
datasets/
<dataset-id-1>/
heightmap/
0.png
1.png
...
original
0.png
1.png
...
stl
0.stl
1.stl
...
items.json
<dataset-id-2>/
...
{
"<dataset-id>": {
"title": "...",
"description": "...",
"license": "..."
},
...
}
[
{
"subjects": ["...", "...", ...],
"name": "..."
},
...
]
- Images in
dataset_thumbs/
have the id (for examplesiegel
) of their dataset as name - Files in
heightmap/
,original/
andstl
have the index initems.json
as their name - Folders in
datasets/
have the id of their dataset as name
The script SieglerVonCatan/pipeline/scripts/validate.py
helps to check if the datasets folder is valid.