https://github.com/photonvision/rknn_jni
Java wrapper around rknn converted yolov5 model
https://github.com/photonvision/rknn_jni
Last synced: about 1 year ago
JSON representation
Java wrapper around rknn converted yolov5 model
- Host: GitHub
- URL: https://github.com/photonvision/rknn_jni
- Owner: PhotonVision
- License: gpl-3.0
- Created: 2024-01-07T04:02:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T13:57:56.000Z (about 2 years ago)
- Last Synced: 2024-05-30T03:46:37.244Z (about 2 years ago)
- Language: C++
- Homepage:
- Size: 54.7 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Code adapted from https://github.com/leafqycc/rknn-cpp-Multithreading/ , licensed under Apache 2.0. JNI written around this code and licensed under GPL V3.
Model conversion process is a bit of a pain; detailed docs coming soontm.