PhotonVision / photonvision-docs

Docs for PhotonVision, a free open-source vision processing software for FRC teams.
https://docs.photonvision.org
Creative Commons Attribution 4.0 International
25 stars 57 forks source link

Add RKNN object detection docs #325

Closed mcm001 closed 10 months ago

mdurrani808 commented 10 months ago

probably just want a little getting started section saying "to get started change the pipeline type to Object Detection" with an admonition about how this won't work on non Opi for parity with the other pipelines

mcm001 commented 10 months ago

good call done

mdurrani808 commented 10 months ago

Still a few more left of Photon over PhotonVision but lgtm.

TheTripleV commented 10 months ago

Note that the yolov5 model might have to be trained by the same rknn fork version of yolov5. We trained a yolov5 using ultralytics and the conversion didn't work because of pickling/unpickling issues

mcm001 commented 10 months ago

Yeah it's apparently quite particular; alex_idk is working on docs