facebookresearch / detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
https://detectron2.readthedocs.io/en/latest/
Apache License 2.0
29.32k stars 7.32k forks source link

integrate densepose with stable diffusion / controlnet #5166

Closed johndpope closed 5 months ago

johndpope commented 7 months ago

🚀 Feature

A clear and concise description of the feature proposal. https://civitai.com/models/120149/controlnet-for-densepose

Motivation & Examples

Curently you can select openpose for stick body detection - it's not that good.

we want this but - someone needs to write the preprocessor - it's too challenging for other devs.

Screenshot from 2023-12-02 06-13-46

as

Note

We only consider adding new features if they are relevant to many users.

If you request implementation of research papers -- we only consider papers that have enough significance and prevalance in the object detection field.

We do not take requests for most projects in the projects/ directory, because they are research code release that is mainly for other researchers to reproduce results.

"Make X faster/accurate" is not a valid feature request. "Implement a concrete feature that can make X faster/accurate" can be a valid feature request.

Instead of adding features inside detectron2, you can implement many features by extending detectron2. The projects/ directory contains many of such examples.