Search found 2 matches

by gkgk
2025-03-14 2:45
Forum: Luckfox Pico-RV1103/RV1106
Topic: There was a problem deploying your own yolov5 model
Replies: 2
Views: 237

Re: There was a problem deploying your own yolov5 model

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 obje...
by gkgk
2025-03-12 9:04
Forum: Luckfox Pico-RV1103/RV1106
Topic: There was a problem deploying your own yolov5 model
Replies: 2
Views: 237

There was a problem deploying your own yolov5 model

I bought luckfox pico ultra W, burned Buildroot, I can use yolov5 normally according to the routine according to the wiki's operation RKMPI instance user guide, I try to train the model by myself, and convert it to onnx, convert it to rknn again, I replace the rknn file I got luckfox_pico_rkmpi_exam...