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