HRNet / HRNet-Human-Pose-Estimation

This repo is copied from https://github.com/leoxiaobin/deep-high-resolution-net.pytorch

Home Page:https://github.com/leoxiaobin/deep-high-resolution-net.pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

APeiZou opened this issue · 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