HRNet-Human-Pose-Estimation
HRNet-Human-Pose-Estimation copied to clipboard
为什么同一个模型TEST.USE_GT_BBOX True和TEST.USE_GT_BBOX False测试结果不一样
python tools/test.py
--cfg experiments/coco/hrnet/w32_256x192_adam_lr1e-3.yaml
TEST.MODEL_FILE models/pytorch/pose_coco/pose_hrnet_w32_256x192.pth
TEST.USE_GT_BBOX False
python tools/test.py
--cfg experiments/coco/hrnet/w32_256x192_adam_lr1e-3.yaml
TEST.MODEL_FILE models/pytorch/pose_coco/pose_hrnet_w32_256x192.pth
TEST.USE_GT_BBOX True