Files
go-rknnlite/example/yolov8/yolov8.go
2024-04-28 11:32:56 +12:00

8 lines
111 B
Go

/*
Example code showing how to perform object detection using a YOLOv8 model.
*/
package main
func main() {
}