There was a problem deploying your own yolov5 model

  • Hello, there are many possibilities for segfault when running a self-trained model, and there are problems and solutions that are usually to encounter in the RKNN runtime in https://wiki.luckfox.com/Luckfox-Pico/Luckfox-Pico-FAQ/, you can check them.

    It is recommended to run the model first using the luckfox_pico_rknn (https://github.com/LuckfoxTECH/luckfox_ ... nn_example) routine, your program occurs during the process of RKMPI initialization, and there is a possibility that RKMPI is misconfigured
  • Thank you, my problem is solved, according to the solution in FAQ, I adjusted Modify `model/coco_80_labels_list.txt` with the names of the objects recognized by the model (one object per line) and adjust the `OBJ_CLASS_NUM` definition in `include/postprocess.h` to match the number of recognized object categories.