mmpose
mmpose copied to clipboard
rtmpose use coco training error
Prerequisite
- [X] I have searched Issues and Discussions but cannot get the expected help.
- [X] The bug has not been fixed in the latest version(https://github.com/open-mmlab/mmpose).
Environment
python 3.8.10 mmcv 2.1.0 mmpose 1.3.2
Reproduces the problem - code sample
None
Reproduces the problem - command or script
python tools/train.py projects/rtmpose/rtmpose/body_2d_keypoint/rtmpose-m_8xb256-420e_coco-256x192.py
Reproduces the problem - error message
08/17 16:08:51 - mmengine - INFO - load backbone. in model from: https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/cspnext-m_udp-aic-coco_210e-256x192-f2f7d6f6_20230130.pth
Loads checkpoint by http backend from path: https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/cspnext-m_udp-aic-coco_210e-256x192-f2f7d6f6_20230130.pth
08/17 16:08:51 - mmengine - WARNING - "FileClient" will be deprecated in future. Please use io functions in https://mmengine.readthedocs.io/en/latest/api/fileio.html#file-io
08/17 16:08:51 - mmengine - WARNING - "HardDiskBackend" is the alias of "LocalBackend" and the former will be deprecated in future.
08/17 16:08:51 - mmengine - INFO - Checkpoints will be saved to /home/qdwl/Data2/hzh/pose/mmpose/mmpose/work_dirs/rtmpose-m_8xb256-420e_coco-256x192.
Traceback (most recent call last):
File "tools/train.py", line 162, in
Additional information
No response