gauri

Results 2 comments of gauri

Hey, if by pixel coordinates you mean the bounding box coordinates, you can access them using the code below: ``` from PIL import Image from ultralytics import YOLO # Load...

Hey @teengineer, what backend framework are you using? You'll need to perform object detection and segmentation on the server-side using a Python library like the one you're using, such as...