command
Version:
v0.9.18
Opens a new window with list of versions in this module.
Published: Oct 13, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Tiny YOLO v2
This is an example of Tiny YOLO v2 neural network. You can read about this network here.
Folder model
contains yolov2-tiny.cfg on which file feedforward.go
based.
Folder data
contains image file dog_416x416.jpg
- this is scaled to 416x416 image for make it better understanding of how net works.
For now this example works not quite fast (it is only "tiny" version). Probably it is better to implement this network using CUDA.
How to run:
go run .
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.