Lite-HRNet
Lite-HRNet copied to clipboard
FileNotFoundError: TopDownMpiiDataset: file "/Lite-HRNet/configs/_base_/datasets/mpii.py" does not exist
Have you fixed it? Suffer the same problem
Same problem, any idea how to fix it ? 🙏
Same problem, any solutions?
I tried the COCO dataset for testing, met the similar issue.
The standard output as the following,
Traceback (most recent call last):
File "test.py", line 141, in <module>
main()
File "test.py", line 96, in main
dataset = build_dataset(cfg.data.test, dict(test_mode=True))
File "/opt/conda/envs/hrnet/lib/python3.7/site-packages/mmpose/datasets/builder.py", line 44, in build_dataset
dataset = build_from_cfg(cfg, DATASETS, default_args)
File "/opt/conda/envs/hrnet/lib/python3.7/site-packages/mmcv/utils/registry.py", line 55, in build_from_cfg
raise type(e)(f'{obj_cls.__name__}: {e}')
FileNotFoundError: TopDownCocoDataset: file "/root/stu/tengli/Lite-HRNet/configs/_base_/datasets/coco.py" does not exist
Is there anyone meet this and solved can help? Thanks...
Hi, all. A good news here.
I tried Lite-HRNet model testing with code in this repo and it worked.
Hope can help you.
从 mmpose config 下复制个__base__粘贴到缺失的位置即可 解决了FileNotFoundError: file "/mnt/d/workplace/Lite-HRNet/configs/base/datasets/coco.py" does not exist 该问题
https://github.com/open-mmlab/mmpose/tree/master/configs/base/
@zwd1993 Many thanks !