Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/micheleriva/dnn-pose-estimator
- Owner: micheleriva
- Created: 2018-11-21T09:03:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T09:15:56.000Z (almost 6 years ago)
- Last Synced: 2024-10-10T17:39:41.750Z (about 1 month ago)
- Topics: dnn, go, gocv, golang, neural-network, pose-estimation, pose-estimator
- Language: Go
- Homepage:
- Size: 4.37 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)