where is the model?

#1
by ninjawick - opened

or am i missing something?

@ninjawick You are right! Thanks for reporting it. We will look into it. Note you can always get these assets via https://aihub.qualcomm.com/models/yolov8_seg and the qai-hub-models Python package (running the export script - more info in the model README).

@ninjawick Actually the reason why we are unable to provide direct downloads for this model is for licensing issues. We cannot re-distribute the model. For the same reason we do not have a download button on https://aihub.qualcomm.com/models/yolov8_seg. So, the only way to get the model is through the export script (which will download the weights from the original source and then compile the model via Qualcomm AI Hub):

pip install "qai-hub-models[yolov8-seg]"
python -m qai_hub_models.models.yolov8_seg.export

We will think of ways to better communicate why we are unable to provide a direct download.

gustlars changed discussion status to closed

Sign up or log in to comment