I have the FRDM i.MX95 + ARA240 M2 16G GT
And installed the image version LF_v6.18.20-2.0.0_images_IMX95EVK
imx-boot-imx95-15x15-lpddr4x-frdm-sd.bin-flash_all
imx-image-full-imx95evk.wic
When starting the gopoint application and trying to download the models in Multistream YOLO configuration following exception is caught:
Downloading nxp/YOLOv8 to /usr/share/cnn/...
Error downloading model: 404 Client Error. (Request ID: Root=1-6a9ab518-05ebf76418b2dfcc0855cb40;a0fa833c-b8ba-4d7f-8595-0e157e194afd)
Repository Not Found for url: https://huggingface.co/api/models/nxp/YOLOv8/revision/r2.0.4.
Please make sure you specified the correct `repo_id` and `repo_type`.
If you are trying to access a private or gated repo, make sure you are authenticated and your token has the required permissions.
For more details, see https://huggingface.co/docs/huggingface_hub/authentication
Sample videos are downloaded correctly.
Any ideas what to do now?