Fail to deploy custom yolov5 to luckfox pico max

  • Hello, when using the luckfox_pico_rtsp_yolov5 example from luckfox_pico_rkmpi_example, you need to modify the coco_80_labels_list.txt file in luckfox_pico_rkmpi_example_5.10.160/example/luckfox_pico_rtsp_yolov5/model/ and the value of OBJ_CLASS_NUM in luckfox_pico_rkmpi_example/include/rknn/postprocess.h according to the structure of your model for the classes you want to detect. For detailed instructions, refer to https://wiki.luckfox.com/Luckfox-Pico/L ... ted-issues

    Additionally, it is recommended to test using https://github.com/LuckfoxTECH/luckfox_ ... n_example first. The logs you provided show that the RKNN model loading part has already succeeded preliminarily. Using RKMPI may incur additional CMA consumption, and insufficient CMA allocation might also be a reason for failure.