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

drop the human_list_path

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -245,8 +245,8 @@ def start_tryon(dict,garm_img,garment_des,is_checked,is_checked_crop,denoise_ste
245
  garm_list = os.listdir(os.path.join(example_path,"cloth"))
246
  garm_list_path = [os.path.join(example_path,"cloth",garm) for garm in garm_list]
247
 
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:
 
245
  garm_list = os.listdir(os.path.join(example_path,"cloth"))
246
  garm_list_path = [os.path.join(example_path,"cloth",garm) for garm in garm_list]
247
 
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: