You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser = argparse.ArgumentParser(description='MPII PCKh Evaluation') parser.add_argument('-r', '--result', default='checkpoint/mpii/hg_s2_b1/preds.mat', type=str, metavar='PATH', help='path to result (default: checkpoint/mpii/hg_s2_b1/preds.mat)') args = parser.parse_args(
I can`t find about preds.mat somethings. Hope to get some answers, thanks
The text was updated successfully, but these errors were encountered:
ljh990817
changed the title
关于Python计算PCKh的问题
Question about calculating PCK in Python
Aug 31, 2022
parser = argparse.ArgumentParser(description='MPII PCKh Evaluation') parser.add_argument('-r', '--result', default='checkpoint/mpii/hg_s2_b1/preds.mat', type=str, metavar='PATH', help='path to result (default: checkpoint/mpii/hg_s2_b1/preds.mat)') args = parser.parse_args(
I can`t find about preds.mat somethings. Hope to get some answers, thanks
The text was updated successfully, but these errors were encountered: