go-yolo icon indicating copy to clipboard operation
go-yolo copied to clipboard

Golang binding for YOLO/Darknet recognition framework

Results 2 go-yolo issues
Sort by recently updated
recently updated
newest added

If you could feed as a decoder yolo = int_func() for { image, err = get_image_other_sourece() if err == nil { result, err := yolo.detect_image(image) } }