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

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
@@ -30,7 +30,7 @@ if __name__ == '__main__':
30
 
31
  # Get openpose coordinate using posenet
32
  print("Get openpose coordinate using posenet\n")
33
- terminnal_command = "python posenet.py"
34
  os.system(terminnal_command)
35
 
36
  # Generate semantic segmentation using Graphonomy-Master library
 
30
 
31
  # Get openpose coordinate using posenet
32
  print("Get openpose coordinate using posenet\n")
33
+ terminnal_command = "python TryYours-Virtual-Try-On/posenet.py"
34
  os.system(terminnal_command)
35
 
36
  # Generate semantic segmentation using Graphonomy-Master library