Spaces:
Sleeping
Sleeping
Update TryYours-Virtual-Try-On/posenet.py
Browse files
TryYours-Virtual-Try-On/posenet.py
CHANGED
@@ -60,6 +60,6 @@ data["people"]=tmp
|
|
60 |
|
61 |
|
62 |
# VITON's .json is in ACGPN_TestData/test_pose/000001_0_keypoints.json
|
63 |
-
pose_name = '
|
64 |
with open(pose_name,'w') as f:
|
65 |
json.dump(data, f)
|
|
|
60 |
|
61 |
|
62 |
# VITON's .json is in ACGPN_TestData/test_pose/000001_0_keypoints.json
|
63 |
+
pose_name = 'TryYours-Virtual-Try-On/HR-VITON-main/test/test/openpose_json/00001_00_keypoints.json'
|
64 |
with open(pose_name,'w') as f:
|
65 |
json.dump(data, f)
|