metadata
dataset_info:
features:
- name: image
dtype: image
- name: texture
dtype: image
- name: prompt
dtype: string
splits:
- name: train
num_bytes: 448322445654.2
num_examples: 259200
download_size: 448281822217
dataset_size: 448322445654.2
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: mit
task_categories:
- text-to-image
- image-to-image
language:
- en
tags:
- texdreamer
- ATLAS
- 3d
- textures
size_categories:
- 100K<n<1M
This is an extended version of the ATLAS dataset at https://huggingface.co/datasets/ggxxii/ATLAS. This dataset contains text prompts, uv textures and different views of the rendered RGB images using SMPL model and AMASS poses. The original ATLAS dataset was released with the paper TexDreamer. The details of the paper can be found at author's github page at https://ggxxii.github.io/texdreamer. This extended version of dataset is created to aid an easy implementation of the TexDreamer paper.