Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wimspaargaren/yolov5

Go implementation of the yolo v5 object detection system
https://github.com/wimspaargaren/yolov5

Last synced: 3 months ago
JSON representation

Go implementation of the yolo v5 object detection system

Awesome Lists containing this project

README

        

# Go YOLO V5
[![Build Status](https://github.com/wimspaargaren/yolov5/workflows/CI/badge.svg)](https://github.com/wimspaargaren/yolov5/actions)
![Coverage Badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/wimspaargaren/336567a087162bcad4e55ebe4b17b457/raw/yolov5__heads_master.json)
[![Go Reference](https://pkg.go.dev/badge/github.com/wimspaargaren/yolov5.svg)](https://pkg.go.dev/github.com/wimspaargaren/yolov5)

This repository is a proof of concept and should at this moment be considered as work in progress.

Please do not use this in production as it's not properly tested yet.

Feel free to contribute!

# Milestone v1.0.0

- [ ] Fix/Add tests
- [ ] Re-add filter functionality
- [ ] Re-think net interface
- [ ] Add proper mock definition for regen