-
Notifications
You must be signed in to change notification settings - Fork 169
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
0 parents
commit 5ee0e16
Showing
164 changed files
with
83,932 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,80 @@ | ||
### Posting rules | ||
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, ...**). | ||
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. | ||
3. **No questions about training or 3rd party libraries**: | ||
- OpenPose only implements testing. | ||
- Caffe errors/issues, check [Caffe](http://caffe.berkeleyvision.org) documentation. | ||
- 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. | ||
- OpenCV errors: Install the default/pre-compiled OpenCV or check for online help. | ||
4. Set a **proper issue title**: add the Ubuntu/Windows keyword and be specific (e.g., do not call it: `Error`). | ||
5. Only English comments. | ||
Posts which do not follow these rules will be **ignored, closed, or reported** with no further clarification. | ||
|
||
|
||
|
||
### Issue Summary | ||
|
||
|
||
|
||
### Executed Command (if any) | ||
Note: add `--logging_level 0 --disable_multi_thread` to get higher debug information. | ||
|
||
|
||
|
||
### OpenPose Output (if any) | ||
|
||
|
||
|
||
### Errors (if any) | ||
|
||
|
||
|
||
### Type of Issue | ||
You might select multiple topics, delete the rest: | ||
- Compilation/installation error | ||
- Execution error | ||
- Help wanted | ||
- Question | ||
- Enhancement / offering possible extensions / pull request / etc | ||
- Other (type your own type) | ||
|
||
|
||
|
||
### Your System Configuration | ||
1. **Whole console output** (if errors appeared), paste the error to [PasteBin](https://pastebin.com/) and then paste the link here: LINK | ||
|
||
2. **OpenPose version**: Latest GitHub code? Or specific commit (e.g., d52878f)? Or specific version from `Release` section (e.g., 1.2.0)? | ||
|
||
3. **General configuration**: | ||
- **Installation mode**: CMake, sh script, manual Makefile installation, ... (Ubuntu); CMake, ... (Windows); ...? | ||
- **Operating system** (`lsb_release -a` in Ubuntu): | ||
- **Release or Debug mode**? (by default: release): | ||
- Compiler (`gcc --version` in Ubuntu or VS version in Windows): 5.4.0, ... (Ubuntu); VS2015 Enterprise Update 3, VS2017 community, ... (Windows); ...? | ||
|
||
4. **Non-default settings**: | ||
- **3-D Reconstruction module added**? (by default: no): | ||
- Any other custom CMake configuration with respect to the default version? (by default: no): | ||
|
||
5. **3rd-party software**: | ||
- **Caffe version**: Default from OpenPose, custom version, ...? | ||
- **CMake version** (`cmake --version` in Ubuntu): | ||
- **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?; ...? | ||
|
||
6. If **GPU mode** issue: | ||
- **CUDA version** (`cat /usr/local/cuda/version.txt` in most cases): | ||
- **cuDNN version**: | ||
- **GPU model** (`nvidia-smi` in Ubuntu): | ||
|
||
7. If **CPU-only mode** issue: | ||
- **CPU brand & model**: | ||
- Total **RAM memory** available: | ||
|
||
8. If **Python** API: | ||
- **Python version**: 2.7, 3.7, ...? | ||
- **Numpy version** (`python -c "import numpy; print numpy.version.version"` in Ubuntu): | ||
|
||
9. If **Windows** system: | ||
- Portable demo or compiled library? | ||
|
||
10. If **speed performance** issue: | ||
- Report OpenPose timing speed based on [this link](https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/installation.md#profiling-speed). |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
http://www.info-zip.org/license.html |
Binary file not shown.
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Version wget-1.19.1-win64 from: | ||
- https://eternallybored.org/misc/wget/ |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.