DEKR icon indicating copy to clipboard operation
DEKR copied to clipboard

When I execute the first command in python tools/valid.py \ --cfg experiments/coco/rescore_coco.yaml \ TEST.MODEL_FILE model/pose_coco/pose_dekr_hrnetw32.pth, I can't find '../data/rescore_data/rescore_dataset_train_coco_kpt' in it, and an error will be reported after the execution of more than 110000 pictures. I think it's because '../data/rescore_data/rescore_dataset_train_coco_kpt' needs to be created by myself, so I created such a file and modified the path in 'score/data/rescore_data/recore_dataset_train_coco_kpt', but an error is still reported. I hope you can help me solve it. In addition, I have another question. I have changed it three times. Each time I need to run 110000 pictures first, so it takes a lot of time. Is there any way to make him not need to run these 110000 pictures again?

Open LiPan123456789 opened this issue 3 years ago • 2 comments

command: image in rescore_coco.yaml: The path before modification is in the box, and the path after modification is in the ellipse: image I created this myself: image

LiPan123456789 avatar Jan 16 '22 02:01 LiPan123456789

image This is the picture of code error

LiPan123456789 avatar Jan 16 '22 02:01 LiPan123456789

Can you share the downloaded model through Baidu online disk?

sunzhongwu avatar Mar 04 '22 03:03 sunzhongwu