-
-
Notifications
You must be signed in to change notification settings - Fork 208
[Bug] When there are no legs we get crazy results #22
Comments
This is so because the points not detected are placed at random coordinates. |
I am now looking at the original openpose to see how it is handled for images like this. So far I noticed those points were simply removed https://github.com/CMU-Perceptual-Computing-Lab/openpose#results |
personal current workaround is to make canvas larger than image and manually pull dots "out of frame" |
Whatever https://github.com/Mikubill/sd-webui-controlnet 's openpose preprocessor does, seems to handle this case fine. |
And it stil struggles with moments when bones interlap each other. It confuses where is what. Is there a way to detect that bones are behind another bone or object? |
Seeing this now, but I posted a feature request to be able to delete segments: #62 This would address many of these issues |
I guess that just deleting bones or joints will not solve all the problems, cuz it will just try to make those bones cuz it knows they are usually there. It can try to meld the ends of deleted bones with other objects and bones. It should know that there is a bone but you can't see it, cuz it's overlapped by another bone or object. |
See image
The text was updated successfully, but these errors were encountered: