mirror of
https://github.com/LdDl/go-darknet.git
synced 2025-09-27 12:02:19 +08:00
readme
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# FORK of go-darknet https://github.com/gyonluks/go-darknet
|
# FORK of go-darknet https://github.com/gyonluks/go-darknet applied to FORK of Darknet https://github.com/AlexeyAB/darknet
|
||||||
# go-darknet: Go bindings for Darknet
|
# go-darknet: Go bindings for Darknet
|
||||||
|
|
||||||
[](https://godoc.org/github.com/LdDl/go-darknet)
|
[](https://godoc.org/github.com/LdDl/go-darknet)
|
||||||
@@ -12,7 +12,7 @@ go-darknet follows [Darknet]'s [license].
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
For proper codebase please use fork of [darknet](https://github.com/LdDl/darknet)
|
For proper codebase please use fork of [darknet](https://github.com/AlexeyAB/darknet)
|
||||||
There are instructions for defining GPU/CPU + function for loading image from memory.
|
There are instructions for defining GPU/CPU + function for loading image from memory.
|
||||||
|
|
||||||
In order to use go-darknet, `libdarknet.so` should be available in one of
|
In order to use go-darknet, `libdarknet.so` should be available in one of
|
||||||
@@ -73,6 +73,6 @@ See go-darknet's API documentation at [GoDoc].
|
|||||||
[license]: https://github.com/pjreddie/darknet/blob/master/LICENSE
|
[license]: https://github.com/pjreddie/darknet/blob/master/LICENSE
|
||||||
[darknet.h]: https://github.com/pjreddie/darknet/blob/master/include/darknet.h
|
[darknet.h]: https://github.com/pjreddie/darknet/blob/master/include/darknet.h
|
||||||
[include/darknet.h]: https://github.com/pjreddie/darknet/blob/master/include/darknet.h
|
[include/darknet.h]: https://github.com/pjreddie/darknet/blob/master/include/darknet.h
|
||||||
[Makefile]: https://github.com/pjreddie/darknet/blob/master/Makefile
|
[Makefile]: https://github.com/alexeyab/darknet/blob/master/Makefile
|
||||||
[example]: /example
|
[example]: /example
|
||||||
[GoDoc]: https://godoc.org/github.com/LdDl/go-darknet
|
[GoDoc]: https://godoc.org/github.com/LdDl/go-darknet
|
||||||
|
Reference in New Issue
Block a user