controlnet_aux
controlnet_aux copied to clipboard
Possible bug in openpose
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.
The code is mostly just copied from: https://github.com/lllyasviel/ControlNet/tree/main/annotator/openpose
I haven't looked to much into it