Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/micheleriva/dnn-pose-estimator

🎩 Simple pose estimator made in Go Lang using Deep Neural Networks
https://github.com/micheleriva/dnn-pose-estimator

dnn go gocv golang neural-network pose-estimation pose-estimator

Last synced: 24 days ago
JSON representation

🎩 Simple pose estimator made in Go Lang using Deep Neural Networks

Awesome Lists containing this project

README

        

# 🎩 DNN Pose Estimator in GoLang

Simple **pose estimator** written in GoLang on top of GoCV (Open Computer Vision porting for Go).

# Download Coffee Model

```sh
$ sh ./install.sh
```

# Build:

```sh
$ go build main.go
```

# Run:

```sh
$ ./main
```

# Example

![Example](./doc/example.png)