LPDoctor commited on
Commit
1367c48
β€’
1 Parent(s): d08f8ac

Hide the human ex list

Browse files
Files changed (1) hide show
  1. app.py +7 -7
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
- 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
 
 
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