如何fill/blur YOLO 目标检测中的边界框内部?

How to fill/blur the inside of bounding box in YOLO object detection?

我已经使用 YOLOv4 检测图像中的对象,现在我想模糊这些对象或在边界框内叠加黑色。我如何使用 OpenCV 或其他一些库来做到这一点?

cv2.rectangle(frame, (x, y), (x + w, y + h), color, -1)

我刚刚更改了边界框的宽度,它起作用了。

谢谢@micka