raspberrypi / rpicam-apps

BSD 2-Clause "Simplified" License
419 stars 228 forks source link

[BUG] json configs are referencing models that are not yet in rpi stable. #749

Open mtycvy opened 2 days ago

mtycvy commented 2 days ago

Describe the bug running sudo rpicam-hello -t 0 --post-process-file ./assets/hailo_yolov6_inference.json --lores-width 640 --lores-height 640 returns the following error

Reading post processing stage "hailo_yolo_inference"
ERROR: *** No such node (hef_file) ***

It looks like commit c17a416 is referencing models that hailo have not yet published to raspberry pi stable.

naushir commented 8 hours ago

These new models can be downloaded with the download-hailo-models.sh scripts. We are preparing a software package release now so they should be available on apt soon.