From 5e18d06f26e68f5d6050a90cbcaad6a6004a2263 Mon Sep 17 00:00:00 2001 From: Dimitrii Lopanov Date: Thu, 25 Jun 2020 16:31:13 +0300 Subject: [PATCH] badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 135d1b2..c4cba6f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ [![GoDoc](https://godoc.org/github.com/LdDl/go-darknet?status.svg)](https://godoc.org/github.com/LdDl/go-darknet) +[![Sourcegraph](https://sourcegraph.com/github.com/LdDl/go-darknet/-/badge.svg)](https://sourcegraph.com/github.com/LdDl/go-darknet?badge) +[![Go Report Card](https://goreportcard.com/badge/github.com/LdDl/go-darknet)](https://goreportcard.com/report/github.com/LdDl/go-darknet) +[![GitHub tag](https://img.shields.io/github/tag/LdDl/go-darknet.svg)](https://github.com/LdDl/go-darknet/releases) + # go-darknet: Go bindings for Darknet (Yolo V4, Yolo V3) ### go-darknet is a Go package, which uses Cgo to enable Go applications to use YOLO V4/V3 in [Darknet].