Skip to main content

Hi, I’m trying to deploy and inference with a yolov8 segmentation model. I tried to follow the tutorial, but I just get:
INFO: deploying model yolov8sseg-coco for 4 cores. This may take a while…
 

How long should this run? I left it on for 3.5 hours and nothing happened (except the loading bar). This seems to be a model included in your library: yolov8sseg-coco.

Any idea if I can turn on more extensive logging to see what is happening?

 

Thank you in advance!

 

 

Hi ​@Pepijn

To check what’s happening under the hood, you can add --verbose to your deploy.py command. Maybe that will give us an insight we can dig into?

Maybe a few deets on your host system and OS, just in case, too?


Note that, if your device is slow and you don’t want to wait for the deployment to finish, you can download prebuilt zoo models using the ./download_prebuilt.py script in the same way you use the deploy script.


Reply