Open mtycvy opened 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
sudo rpicam-hello -t 0 --post-process-file ./assets/hailo_yolov6_inference.json --lores-width 640 --lores-height 640
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.
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.
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 errorIt looks like commit c17a416 is referencing models that hailo have not yet published to raspberry pi stable.