|
| 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). |
0 commit comments