Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LiiNen committed Jun 5, 2021
2 parents 21506c9 + 73b7bed commit 62ee32b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 LiiNen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# CV_skeleton_provider
![LISENCE](https://img.shields.io/github/license/LiiNen/CV_skeleton_provider)
![release](https://img.shields.io/github/v/release/LiiNen/CV_skeleton_provider)
![release_date](https://img.shields.io/github/release-date/LiiNen/CV_skeleton_provider)
![last_commit](https://img.shields.io/github/last-commit/LiiNen/CV_skeleton_provider)
![dependency](https://img.shields.io/librariesio/github/LiiNen/CV_skeleton_provider)
![contributors](https://img.shields.io/github/contributors/LiiNen/CV_skeleton_provider)
<br>
![pypi](https://img.shields.io/pypi/v/CV_skeleton_provider)
![python](https://img.shields.io/pypi/pyversions/CV_skeleton_provider)
![implementation](https://img.shields.io/pypi/implementation/CV_skeleton_provider)
![wheel](https://img.shields.io/pypi/wheel/CV_skeleton_provider)

## OpenCV Project
CV_skeleton_provider project made for detecting a skeleton structure easily. <br>
This project contains how to use pretrained models and analize video with frames, using openCV. <br>
For solving some discomports, we make it from the beginning and providing argparse to use it easily. <br>
Also providing img preprocessing methods, you can use it with simple options when you use specific imgs <br>
<br>

## How to use
! prototxt file & caffemodel file are not included in both pypi package & project <br>
Expand Down Expand Up @@ -57,3 +70,14 @@ $ python SkeletonProvider.py --help
./CV_skeleton_provider/CV_skeleton_provider/pose/coco/pose_deploy_linevec.prototxt
./CV_skeleton_provider/CV_skeleton_provider/pose/coco/pose_iter_440000.caffemodel
```
<br>

## Main contributors
<table>
<tr><td align='center'>Github</td><td align='center'>Contact</td></tr>
<tr><td><a href="https://github.com/LiiNen"><img src="http://img.shields.io/badge/LiiNen-655ced?style=social&logo=github"/></td>
<td><a href="mailto:[email protected]"><img src="https://img.shields.io/static/v1?label=&[email protected]&color=green&style=flat-square&logo=gmail"></td></tr>
<tr><td><a href="https://github.com/Seunggyun98"><img src="http://img.shields.io/badge/Seunggyun98-655ced?style=social&logo=github"/></td>
<td><a href="mailto:[email protected]"><img src="https://img.shields.io/static/v1?label=&[email protected]&color=green&style=flat-square&logo=gmail"></td></tr>
<tr><td><a href="https://github.com/Coreight98"><img src="http://img.shields.io/badge/Coreight98-655ced?style=social&logo=github"/></td>
<td><a href="mailto:[email protected]"><img src="https://img.shields.io/static/v1?label=&[email protected]&color=green&style=flat-square&logo=gmail"></td></tr>

0 comments on commit 62ee32b

Please sign in to comment.