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

AssertionError: Override list has odd length: ['pose_hrnet_w32_256x192.pth', 'TEST.USE_GT_BBOX', 'False']; it must be a list of pairs

azuryl opened this issue · comments

commented

I had install by requirement and download mode and run

python tools/test.py --cfg experiments/coco/hrnet/w32_256x192_adam_lr1e-3.yaml pose_hrnet_w32_256x192.pth TEST.USE_GT_BBOX False

Traceback (most recent call last):
File "tools/test.py", line 130, in
main()
File "tools/test.py", line 71, in main
update_config(cfg, args)
File "/home/azuryl/project/HRNet-Human-Pose-Estimation/tools/../lib/config/default.py", line 129, in update_config
cfg.merge_from_list(args.opts)
File "/home/azuryl/anaconda3/envs/HRpose/lib/python3.6/site-packages/yacs/config.py", line 226, in merge_from_list
cfg_list
File "/home/azuryl/anaconda3/envs/HRpose/lib/python3.6/site-packages/yacs/config.py", line 521, in _assert_with_logging
assert cond, msg
AssertionError: Override list has odd length: ['pose_hrnet_w32_256x192.pth', 'TEST.USE_GT_BBOX', 'False']; it must be a list of pairs