huggingface / controlnet_aux

Apache License 2.0
372 stars 82 forks source link

Possible bug in openpose #81

Open erceguder opened 10 months ago

erceguder commented 10 months ago

Hey, while playing around with openpose detector, I came across something I thought might be a bug. heatmap_avg seems to be accumulating the average of heatmaps, yet the calculation is inconsistent with this possible intention.

patrickvonplaten commented 10 months ago

The code is mostly just copied from: https://github.com/lllyasviel/ControlNet/tree/main/annotator/openpose

I haven't looked to much into it