LemonJam84
LemonJam84

Reputation: 1

Running Yolo Model Inference on Google Cloud

I am using YOLOv5 for the vision component of a project that I am working on and am hosting the project on Google Cloud. I want to run Yolo model inference via Google Cloud Run (through uploading a Docker Container), but am having difficulty uploading a docker container due to the size of the Ultralytics dependency. How does one go about running inference via a YOLO model on Google Cloud Run (or alternatively, should I be using another Google Cloud service like Compute Engine or App Engine?). The Cloud Run Function is notified to run by a pub/sub topic which is pinged when a video is uploaded to a Cloud Storage bucket.

Upvotes: 0

Views: 46

Answers (0)

Related Questions