CoolFace
Datasetpublic

chenyuec/gloss-example-data

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… See the full description on the dataset page: https://huggingface.co/datasets/chenyuec/gloss-example-data.

sourceHugging Faceotherupdated 2d agoView on Hugging Face
0likes56downloads
Dataset Card

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.

text
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

MeshViewsTexturesAuthorLicenseNoteSource
cabbage504096 pxMeerschaum DigitalCC-BY-4.0source
croissant504096 pxJason DoveySKETCHFAB StandardRedistributed with the author's permission. Thanks to Jason Dovey.source
dragon_head504096 pxdgeraciCC-BY-4.0source

Demo sessions

SessionContentBlender scene
demo-croissant-1kcroissant; brushes: StrawberryBrushRefblender_sessions/demo-croissant-1k.blend
demo-croissant-4kcroissant; brushes: OceanBrushAuto, BlueberryBrushAuto, PinkOrangeBrushAutoblender_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.