GLOSS example data
Example data for the GLOSS texture-completion code: 3 textured meshes with reference views, camera metadata, and
backprojected partial UV textures, plus Blender demo sessions, saved brushes, and their reference caches. It mirrors the
code repository's data/interactive/ folder; bash scripts/download_example_data.sh puts it there.
meshes/<name>/ scene.gltf, scene.bin, textures/, license.txt
single_views/<name>/ viewNNNN.basecolor.png reference views
metas/<name>/ viewNNNN.yml reference cameras and prompts
textures/<name>/ viewNNNN.png partial UV texture backprojected from each reference view
sessions/<session>/ backend sessions (paint textures, inference logs)
blender_sessions/ Blender scenes for the sessions (.blend)
brushes/ saved brushes (Save Brush in the Blender add-on)
brush_metas/ brush metadata
caches/reference_library/ reference caches used by the saved brushes
Model checkpoints are in the separate model repository and download into ckpts/.
Meshes
| Mesh | Views | Textures | Author | License | Note | Source |
|---|---|---|---|---|---|---|
| cabbage | 50 | 4096 px | Meerschaum Digital | CC-BY-4.0 | source | |
| croissant | 50 | 4096 px | Jason Dovey | SKETCHFAB Standard | Redistributed with the author's permission. Thanks to Jason Dovey. | source |
| dragon_head | 50 | 4096 px | dgeraci | CC-BY-4.0 | source |
Demo sessions
| Session | Content | Blender scene |
|---|---|---|
demo-croissant-1k |
croissant; brushes: StrawberryBrushRef | blender_sessions/demo-croissant-1k.blend |
demo-croissant-4k |
croissant; brushes: OceanBrushAuto, BlueberryBrushAuto, PinkOrangeBrushAuto | blender_sessions/demo-croissant-4k.blend |
Resume one with SESSION=<session> bash scripts/run_backend.sh, then open its Blender scene and connect the add-on.
Saved brushes: BlueberryBrushAuto, OceanBrushAuto, PinkOrangeBrushAuto, StrawberryBrushRef. Reference caches: reference_library/croissant/view0119, reference_library/croissant/view0136, reference_library/croissant/view0493, reference_library/croissant/view0580.
Licenses
Each mesh keeps its original license; see meshes/<name>/license.txt. The croissant model is under the Sketchfab
Standard license, which does not normally allow redistribution. It is included here with the explicit permission of its
author, Jason Dovey. Many thanks to him. Do not redistribute the croissant model outside this dataset without his
permission. The CC-BY-4.0 models require attribution to their authors when reused.
- Downloads last month
- 56