Spaces:
Runtime error
Runtime error
Hide the human ex list
Browse files
app.py
CHANGED
@@ -248,13 +248,13 @@ garm_list_path = [os.path.join(example_path,"cloth",garm) for garm in garm_list]
|
|
248 |
human_list = os.listdir(os.path.join(example_path,"human"))
|
249 |
human_list_path = [os.path.join(example_path,"human",human) for human in human_list]
|
250 |
|
251 |
-
human_ex_list = []
|
252 |
-
for ex_human in human_list_path:
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
|
259 |
##default human
|
260 |
|
|
|
248 |
human_list = os.listdir(os.path.join(example_path,"human"))
|
249 |
human_list_path = [os.path.join(example_path,"human",human) for human in human_list]
|
250 |
|
251 |
+
# human_ex_list = []
|
252 |
+
# for ex_human in human_list_path:
|
253 |
+
# ex_dict= {}
|
254 |
+
# ex_dict['background'] = ex_human
|
255 |
+
# ex_dict['layers'] = None
|
256 |
+
# ex_dict['composite'] = None
|
257 |
+
# human_ex_list.append(ex_dict)
|
258 |
|
259 |
##default human
|
260 |
|