mirror of
https://github.com/swdee/go-rknnlite.git
synced 2025-10-23 15:23:07 +08:00
8 lines
111 B
Go
8 lines
111 B
Go
/*
|
|
Example code showing how to perform object detection using a YOLOv8 model.
|
|
*/
|
|
package main
|
|
|
|
func main() {
|
|
|
|
} |