Gregori Alberto Rovadoscki
unread,Sep 27, 2023, 11:00:24 AM9/27/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
I'm trying to use ultralytics in buildozer.spec to create an apk that runs a yolov8 segmentation model. It downloads Ultralytics YOLOv8.0.188 ('requirements = python3,kivy,numpy,pil,android,jnius, opencv, ultralytics'), but when I import the application it doesn't work. I did a test just using 'import ultralytics'. In short, is it possible to run ultralytics on a kivy apk version?