wizzseen commited on
Commit
84998c8
·
verified ·
1 Parent(s): f939c18

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

Browse files
Files changed (1) hide show
  1. TryYours-Virtual-Try-On/posenet.py +1 -1
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 = './HR-VITON-main/test/test/openpose_json/00001_00_keypoints.json'
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)