merlinyx commited on
Commit
50c69d3
·
1 Parent(s): 358613e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -95
README.md CHANGED
@@ -25,102 +25,10 @@ dataset_info:
25
  dataset_size: 84750.0
26
  ---
27
 
28
- # Dataset Card for Dataset Name
29
-
30
- ## Dataset Description
31
-
32
- - **Homepage:**
33
- - **Repository:**
34
- - **Paper:**
35
- - **Leaderboard:**
36
- - **Point of Contact:**
37
-
38
  ### Dataset Summary
39
 
40
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
41
-
42
- ### Supported Tasks and Leaderboards
43
-
44
- vto
45
-
46
- ### Languages
47
-
48
- en
49
-
50
- ## Dataset Structure
51
-
52
- ### Data Instances
53
-
54
- [More Information Needed]
55
-
56
- ### Data Fields
57
-
58
- Image (pose), St image, Gt image, caption
59
-
60
- ### Data Splits
61
-
62
- Train, Test
63
-
64
- ## Dataset Creation
65
-
66
- ### Curation Rationale
67
-
68
- Converted from DeepFashion Dataset (currently just a test of 1 cross-pose pair)
69
-
70
- ### Source Data
71
-
72
- DeepFashion Dataset
73
-
74
- #### Initial Data Collection and Normalization
75
-
76
- [More Information Needed]
77
-
78
- #### Who are the source language producers?
79
-
80
- [More Information Needed]
81
-
82
- ### Annotations
83
-
84
- #### Annotation process
85
-
86
- [More Information Needed]
87
-
88
- #### Who are the annotators?
89
-
90
- [More Information Needed]
91
-
92
- ### Personal and Sensitive Information
93
-
94
- [More Information Needed]
95
-
96
- ## Considerations for Using the Data
97
-
98
- ### Social Impact of Dataset
99
-
100
- [More Information Needed]
101
-
102
- ### Discussion of Biases
103
-
104
- [More Information Needed]
105
-
106
- ### Other Known Limitations
107
-
108
- [More Information Needed]
109
-
110
- ## Additional Information
111
-
112
- ### Dataset Curators
113
-
114
- [More Information Needed]
115
-
116
- ### Licensing Information
117
-
118
- [More Information Needed]
119
-
120
- ### Citation Information
121
-
122
- [More Information Needed]
123
 
124
- ### Contributions
125
 
126
- [More Information Needed]
 
25
  dataset_size: 84750.0
26
  ---
27
 
 
 
 
 
 
 
 
 
 
 
28
  ### Dataset Summary
29
 
30
+ The data is based on DeepFashion; turned into image pairs of the same person in same garment with different poses.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
 
32
+ This won't preserve the person/garment at all but just want to process the data first and see what kind of controlnet it can train as an exercise for training a controlnet.
33
 
34
+ The controlnet_aux's openpose detector sometimes return black images for occluded human images so there won't be a lot of valid image pairs.