wizzseen commited on
Commit
c2376ab
·
verified ·
1 Parent(s): 5b17ec5

Update TryYours-Virtual-Try-On/main.py

Browse files
Files changed (1) hide show
  1. TryYours-Virtual-Try-On/main.py +1 -1
TryYours-Virtual-Try-On/main.py CHANGED
@@ -25,7 +25,7 @@ if __name__ == '__main__':
25
 
26
  # Get mask of cloth
27
  print("Get mask of cloth\n")
28
- terminnal_command = "python get_cloth_mask.py"
29
  os.system(terminnal_command)
30
 
31
  # Get openpose coordinate using posenet
 
25
 
26
  # Get mask of cloth
27
  print("Get mask of cloth\n")
28
+ terminnal_command = "python TryYours-Virtual-Try-On/get_cloth_mask.py"
29
  os.system(terminnal_command)
30
 
31
  # Get openpose coordinate using posenet