Replies: 1 comment 3 replies
-
I have no idea what the "YOLOV8" model is - but the reason for the error about having insufficient disk space is almost certainly ... having insufficient disk space. The fact that the stack trace references "torch" suggests it might be an AI model - in which case, it's very likely that you're exceeding the 512MB size limit for Android app bundles. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I/python.stdout: Downloading https://github.com/ultralytics/assets/releases/download/v8.3.0/yolov8s-pose.pt to 'yolov8s-pose.pt'...⚠️ Insufficient free disk space 0.0 GB < 0.000 GB required, Please free 0.0 GB additional disk space and try again.⚠️ Insufficient free disk space 0.0 GB < 0.000 GB required, Please free 0.0 GB additional disk space and try again.
I/xample.pose_app: Compiler allocated 5703KB to compile void android.view.ViewRootImpl.performTraversals()
W/python.stderr: Error in async handler: WARNING
W/python.stderr: Traceback (most recent call last):
W/python.stderr: File "/data/data/com.example.pose_app/files/chaquopy/AssetFinder/requirements/toga/handlers.py", line 95, in handler_with_cleanup
W/python.stderr: File "/data/data/com.example.pose_app/files/chaquopy/AssetFinder/app/pose_app/app.py", line 37, in take_photo
W/python.stderr: File "/data/data/com.example.pose_app/files/chaquopy/AssetFinder/requirements/ultralytics/models/yolo/model.py", line 23, in init
W/python.stderr: File "/data/data/com.example.pose_app/files/chaquopy/AssetFinder/requirements/ultralytics/engine/model.py", line 145, in init
W/python.stderr: File "/data/data/com.example.pose_app/files/chaquopy/AssetFinder/requirements/ultralytics/engine/model.py", line 285, in _load
W/python.stderr: File "/data/data/com.example.pose_app/files/chaquopy/AssetFinder/requirements/ultralytics/nn/tasks.py", line 910, in attempt_load_one_weight
W/python.stderr: File "/data/data/com.example.pose_app/files/chaquopy/AssetFinder/requirements/ultralytics/nn/tasks.py", line 815, in torch_safe_load
W/python.stderr: File "/data/data/com.example.pose_app/files/chaquopy/AssetFinder/requirements/ultralytics/utils/downloads.py", line 454, in attempt_download_asset
W/python.stderr: File "/data/data/com.example.pose_app/files/chaquopy/AssetFinder/requirements/ultralytics/utils/downloads.py", line 331, in safe_download
W/python.stderr: File "/data/data/com.example.pose_app/files/chaquopy/AssetFinder/requirements/ultralytics/utils/downloads.py", line 231, in check_disk_space
W/python.stderr: MemoryError: WARNING
Beta Was this translation helpful? Give feedback.
All reactions