yolo_flutter icon indicating copy to clipboard operation
yolo_flutter copied to clipboard

No bounding boxes drawn on iOS

Open codscino opened this issue 1 year ago • 3 comments

I am running the example package with yolov8n and this photo(https://www.pexels.com/photo/brown-tabby-cat-2071882/) on iOS simulator iPhone 14 iOS 17 and no bounding boxed is drawn even if in the terminal it says : NMS time: 14 ms, Detected 1 bboxes.

There was another error about photo permission, I just added this in the iOS/Runner/Info.plist file: <key>NSPhotoLibraryUsageDescription</key> <string>We require access to your photo library to enable photo selection within the app.</string>

I have the same problem with a physical iPhone 11.

codscino avatar Dec 09 '23 10:12 codscino