Skip to content

Commit 5ee0e16

Browse files
committed
v1.0.0alpha-1.5.0
0 parents  commit 5ee0e16

File tree

164 files changed

+83932
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+83932
-0
lines changed

.github/Logo_main_black.png

287 KB
Loading

.github/issue_template.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
### Posting rules
2+
1. **Duplicated posts will not be answered**. Check the [FAQ](https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/faq.md) section, other GitHub issues, and general documentation before posting. E.g., **low-speed, out-of-memory, output format, 0-people detected, installation issues, ...**).
3+
2. **Fill** the **Your System Configuration section (all of it or it will not be answered!)** if you are facing an error or unexpected behavior. Feature requests or some other type of posts might not require it.
4+
3. **No questions about training or 3rd party libraries**:
5+
- OpenPose only implements testing.
6+
- Caffe errors/issues, check [Caffe](http://caffe.berkeleyvision.org) documentation.
7+
- CUDA check failed errors: They are usually fixed by re-installing CUDA, then re-installing the proper cuDNN version, and then re-compiling (or re-installing) OpenPose. Otherwise, check for help in CUDA forums.
8+
- OpenCV errors: Install the default/pre-compiled OpenCV or check for online help.
9+
4. Set a **proper issue title**: add the Ubuntu/Windows keyword and be specific (e.g., do not call it: `Error`).
10+
5. Only English comments.
11+
Posts which do not follow these rules will be **ignored, closed, or reported** with no further clarification.
12+
13+
14+
15+
### Issue Summary
16+
17+
18+
19+
### Executed Command (if any)
20+
Note: add `--logging_level 0 --disable_multi_thread` to get higher debug information.
21+
22+
23+
24+
### OpenPose Output (if any)
25+
26+
27+
28+
### Errors (if any)
29+
30+
31+
32+
### Type of Issue
33+
You might select multiple topics, delete the rest:
34+
- Compilation/installation error
35+
- Execution error
36+
- Help wanted
37+
- Question
38+
- Enhancement / offering possible extensions / pull request / etc
39+
- Other (type your own type)
40+
41+
42+
43+
### Your System Configuration
44+
1. **Whole console output** (if errors appeared), paste the error to [PasteBin](https://pastebin.com/) and then paste the link here: LINK
45+
46+
2. **OpenPose version**: Latest GitHub code? Or specific commit (e.g., d52878f)? Or specific version from `Release` section (e.g., 1.2.0)?
47+
48+
3. **General configuration**:
49+
- **Installation mode**: CMake, sh script, manual Makefile installation, ... (Ubuntu); CMake, ... (Windows); ...?
50+
- **Operating system** (`lsb_release -a` in Ubuntu):
51+
- **Release or Debug mode**? (by default: release):
52+
- Compiler (`gcc --version` in Ubuntu or VS version in Windows): 5.4.0, ... (Ubuntu); VS2015 Enterprise Update 3, VS2017 community, ... (Windows); ...?
53+
54+
4. **Non-default settings**:
55+
- **3-D Reconstruction module added**? (by default: no):
56+
- Any other custom CMake configuration with respect to the default version? (by default: no):
57+
58+
5. **3rd-party software**:
59+
- **Caffe version**: Default from OpenPose, custom version, ...?
60+
- **CMake version** (`cmake --version` in Ubuntu):
61+
- **OpenCV version**: pre-compiled `apt-get install libopencv-dev` (only Ubuntu); OpenPose default (only Windows); compiled from source? If so, 2.4.9, 2.4.12, 3.1, 3.2?; ...?
62+
63+
6. If **GPU mode** issue:
64+
- **CUDA version** (`cat /usr/local/cuda/version.txt` in most cases):
65+
- **cuDNN version**:
66+
- **GPU model** (`nvidia-smi` in Ubuntu):
67+
68+
7. If **CPU-only mode** issue:
69+
- **CPU brand & model**:
70+
- Total **RAM memory** available:
71+
72+
8. If **Python** API:
73+
- **Python version**: 2.7, 3.7, ...?
74+
- **Numpy version** (`python -c "import numpy; print numpy.version.version"` in Ubuntu):
75+
76+
9. If **Windows** system:
77+
- Portable demo or compiled library?
78+
79+
10. If **speed performance** issue:
80+
- Report OpenPose timing speed based on [this link](https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/installation.md#profiling-speed).

3rdparty/unzip/LICENSE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
http://www.info-zip.org/license.html

3rdparty/unzip/unzip.exe

164 KB
Binary file not shown.

3rdparty/wget/COPYING

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Version wget-1.19.1-win64 from:
2+
- https://eternallybored.org/misc/wget/

3rdparty/wget/wget.exe

3.77 MB
Binary file not shown.

3rdparty/wget/wget.exe.debug

1.44 MB
Binary file not shown.

0 commit comments

Comments
 (0)