Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ garm_list = os.listdir(os.path.join(example_path, "cloth")) # [cite: 83]
|
|
| 10 |
garm_list_path = [os.path.join(example_path, "cloth", garm) for garm in garm_list] # [cite: 83]
|
| 11 |
human_list = os.listdir(os.path.join(example_path, "human")) # [cite: 83]
|
| 12 |
human_list_path = [os.path.join(example_path, "human", human) for human in human_list] # [cite: 83]
|
| 13 |
-
human_ex_list =
|
| 14 |
for ex_human in human_list_path:
|
| 15 |
ex_dict = {}
|
| 16 |
ex_dict['background'] = ex_human
|
|
|
|
| 10 |
garm_list_path = [os.path.join(example_path, "cloth", garm) for garm in garm_list] # [cite: 83]
|
| 11 |
human_list = os.listdir(os.path.join(example_path, "human")) # [cite: 83]
|
| 12 |
human_list_path = [os.path.join(example_path, "human", human) for human in human_list] # [cite: 83]
|
| 13 |
+
human_ex_list =''
|
| 14 |
for ex_human in human_list_path:
|
| 15 |
ex_dict = {}
|
| 16 |
ex_dict['background'] = ex_human
|