navintiwari commited on
Commit
79a246d
·
verified ·
1 Parent(s): 3e04fdf

Update README.md

Browse files

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 can be found at author's github page at https://ggxxii.github.io/texdreamer. This extended version of dataset is to aid an easy implementation of the TexDreamer paper.

Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -18,4 +18,17 @@ configs:
18
  data_files:
19
  - split: train
20
  path: data/train-*
21
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  data_files:
19
  - split: train
20
  path: data/train-*
21
+ license: mit
22
+ task_categories:
23
+ - text-to-image
24
+ - image-to-image
25
+ language:
26
+ - en
27
+ tags:
28
+ - texdreamer
29
+ - ATLAS
30
+ - 3d
31
+ - textures
32
+ size_categories:
33
+ - 100K<n<1M
34
+ ---