gotch/example/yolo
2020-11-02 22:35:25 +11:00
..
freetype example/yolo - added drawing label and added some example images 2020-11-01 13:15:33 +11:00
bondi.jpg example/yolo - added drawing label and added some example images 2020-11-01 13:15:33 +11:00
coco-classes.go WIP(example/yolo) 2020-07-15 13:42:40 +10:00
darknet.go corrected Int64Option and Float64Option param functions 2020-11-02 22:35:25 +11:00
draw.go example/yolo - added drawing label and added some example images 2020-11-01 13:15:33 +11:00
luxisr.ttf example/yolo - added drawing label and added some example images 2020-11-01 13:15:33 +11:00
main.go example/yolo - added drawing label and added some example images 2020-11-01 13:15:33 +11:00
README.md added example images and README.md for neural-style-transfer example 2020-11-01 13:29:10 +11:00
yolo_bondi.jpg example/yolo - added drawing label and added some example images 2020-11-01 13:15:33 +11:00
yolo-v3.cfg WIP(example/yolo) 2020-07-13 18:23:50 +10:00

YOLO model

This is an example of implementing YOLO v3 model.

The model weights can be downloaded here.

Here is an example of image inference using Yolo v3 model.

Original Image

Bondi Beach - Original

Yolo v3 inference

Bondi Beach - Yolo inference