HRNet-Human-Pose-Estimation icon indicating copy to clipboard operation
HRNet-Human-Pose-Estimation copied to clipboard

为什么同一个模型TEST.USE_GT_BBOX True和TEST.USE_GT_BBOX False测试结果不一样

Open APeiZou opened this issue 3 years ago • 0 comments

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

APeiZou avatar Jan 05 '22 02:01 APeiZou