Postprocessing trouble or my RKNN have (1, 22743, 7)

  • Hello! If the structure of the final output layer is (1, 22743, 7), it indicates that the model you are using has two categories.
    Please modify the OBJ_CLASS_NUM in $luckfox_pico_rkmpi_example/include/rknn/postprocess.h to 2.
    Also, modify example/luckfox_pico_rtsp_yolov5/model/coco_80_labels_list.txt to only retain the names of the categories that you can recognize.