-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
39 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
.idea | ||
|
||
## else need, add below | ||
|
||
*test* | ||
|
||
# vscode | ||
.vscode/ | ||
|
32 changes: 16 additions & 16 deletions
32
CV_skeleton_provider/spcase/SPimage.py → CV_skeleton_provider/SPimage.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
CV_skeleton_provider/spcase/SPvideo.py → CV_skeleton_provider/SPvideo.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,15 @@ | |
|
||
setup( | ||
name = 'CV_skeleton_provider', | ||
version = '0.1.3', | ||
version = '0.1.11', | ||
description = 'provide skeleton of a person', | ||
author = 'LiiNen', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/LiiNen/CV_skeleton_provider', | ||
install_requires = ['numpy', 'opencv-python'], | ||
keywords = ['Skeleton Provider'], | ||
python_requires = '>=3', | ||
packages = find_packages(), | ||
package_data = {}, | ||
zip_safe = False, | ||
classifiers = [ | ||
|
@@ -20,5 +21,6 @@ | |
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6', | ||
'Programming Language :: Python :: 3.7', | ||
'Programming Language :: Python :: 3.8', | ||
], | ||
) |