Spaces:
Running
Running
Update TryYours-Virtual-Try-On/main.py
Browse files
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
|