DEKR
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?
command:
in rescore_coco.yaml:
The path before modification is in the box, and the path after modification is in the ellipse:
I created this myself:

This is the picture of code error
Can you share the downloaded model through Baidu online disk?