Как обрезать и сохранять изображения обнаруженных объектов с помощью YOLOv8 OBB с OpenCVPython

Программы на Python
Гость
Как обрезать и сохранять изображения обнаруженных объектов с помощью YOLOv8 OBB с OpenCV

Сообщение Гость »


Я использую

Код: Выделить всё

YOLOv8 OBB
for object detection with in Python. The model inference is working correctly, and I can detect objects in the input images. However, I need to crop and save images of the detected objects to an output folder.
I tried using the save_crop attribute, but it doesn't seem to be working (perhaps it's not implemented in this version). I would appreciate any guidance on how to crop and save the images of the detected objects using

Код: Выделить всё

YOLOv8 OBB
and .


Источник: https://stackoverflow.com/questions/781 ... ith-opencv

Вернуться в «Python»