KamilOriginal post
Web Developer
Tried to push a function that performs yolo v8 detection on images in bucket. The deployment runs for 15 mins and fails. What am I doing wrong?
Summary
Python ML runtime may support ultralytics Yolov8 detection, but it depends on the model. A CPU with 1024 RAM should be enough for runtime. If the deployment is running for 15 minutes and then fails, try increasing the function specifications to see if that resolves the issue.