huggingface / huggingface/controlnet_aux
dwpose/yolox_config not included in the python package DW Pose failing
- Dominant language
- Python
- Stars
- 497
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
After running `pip install controlnet-aux==0.0.7` and following the instructions from DW Pose:
```
pip install -U openmim
mim install mmengine
mim install "mmcv>=2.0.1"
mim install "mmdet>=3.1.0"
mim install "mmpose>=1.1.0"
```
I am getting an error `FileNotFoundError: [Errno 2] No such file or directory: '[...]/lib/python3.11/site-packages/controlnet_aux/dwpose/yolox_config/yolox_l_8xb8-300e_coco.py'`
Indeed in the `lib/python3.11/site-packages/controlnet_aux/dwpose` directory I do not see the yolox_config folder at all. And in the pypi [package source](https://pypi.org/project/controlnet-aux/) it seems to be missing as well.
Is there an installation step missing, or is the package missing files?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.