Remove background after getting bounding boxes

Viewed 15

I am using YOLOv7 for object detection. After passing a video through the object detector I want a new video which only contains the bounding boxes (no background).

For example, if the video contains a cat the output video should have a white background and a moving box where the cat was detected.

Is there a way to achieve this?

0 Answers
Related