YU ZHANG

Results 2 comments of YU ZHANG

you should generate tastK files first edit the path in the file below and run python tool/generate_pose_map_market.py

``` import cv2 import numpy as np import os from src.body import Body class PoseKeyPoint(): def __init__(self): #change the two path self.path = '../dataset/yourdataset/img' self.out = '../dataset/yourdataset/pose' def pose(self): #...