issue_template.md 4.0 KB
Newer Older
G
gineshidalgo99 已提交
1
### Posting rules
2 3 4 5 6
1. **No duplicated posts, only 1 new post opened a day, and up to 2 opened a week**. Otherwise, extrict user bans will occur.
    - 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, ...**).
    - Keep posting all your issues in the same post.
    - No bans if you are unsure whether the post is duplicated!
2. **Fill all** the **Your System Configuration section** if you are facing an error or unexpected behavior. Some posts (e.g., feature requests) might not require it.
G
gineshidalgo99 已提交
7
3. **No questions about training or 3rd party libraries**:
8 9 10 11 12
    - OpenPose only implements testing. For training, check [OpenPose train](https://github.com/CMU-Perceptual-Computing-Lab/openpose_train).
    - Caffe errors/issues: Check [Caffe](http://caffe.berkeleyvision.org) documentation.
    - CUDA/cuDNN check failed errors: They are usually fixed by re-installing CUDA, then re-installing the proper cuDNN version, then rebooting, and then re-installing OpenPose. Otherwise, check Nvidia/CUDA/cuDNN forums.
    - OpenCV errors: Install the default/pre-compiled OpenCV or check for OpenCV online help.
4. Set a **proper issue title**: Add the OS (Ubuntu, Windows) and be specific (e.g., do not call it: `Error`).
G
gineshidalgo99 已提交
13
5. Only English comments.
14 15
6. Remove these posting rules from your post but follow them!
Posts which do not follow these rules will be **ignored/deleted** and those **users banned** with no further clarification.
G
gineshidalgo99 已提交
16 17 18



19
### Issue Summary
G
Gines 已提交
20 21


G
gineshidalgo99 已提交
22

23
### Executed Command (if any)
G
gineshidalgo99 已提交
24
Note: add `--logging_level 0 --disable_multi_thread` to get higher debug information.
G
Gines 已提交
25 26


G
gineshidalgo99 已提交
27

28
### OpenPose Output (if any)
G
Gines 已提交
29 30


G
gineshidalgo99 已提交
31

32 33 34 35
### Errors (if any)



36
### Type of Issue
37
Select the topic(s) on your post, delete the rest:
G
Gines 已提交
38 39 40 41 42 43 44
- Compilation/installation error
- Execution error
- Help wanted
- Question
- Enhancement / offering possible extensions / pull request / etc
- Other (type your own type)

G
gineshidalgo99 已提交
45 46


47
### Your System Configuration
48 49 50
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)?
51

52
3. **General configuration**:
G
gineshidalgo99 已提交
53 54
    - **Installation mode**: CMake, sh script, manual Makefile installation, ... (Ubuntu); CMake, ... (Windows); ...?
    - **Operating system** (`lsb_release -a` in Ubuntu):
55
    - **Operating system version** (e.g., Ubuntu 16, Windows 10, ...):
G
gineshidalgo99 已提交
56
    - **Release or Debug mode**? (by default: release):
G
gineshidalgo99 已提交
57 58
    - Compiler (`gcc --version` in Ubuntu or VS version in Windows): 5.4.0, ... (Ubuntu); VS2015 Enterprise Update 3, VS2017 community, ... (Windows); ...?

59
4. **Non-default settings**:
G
gineshidalgo99 已提交
60 61 62
    - **3-D Reconstruction module added**? (by default: no):
    - Any other custom CMake configuration with respect to the default version? (by default: no):

63
5. **3rd-party software**:
G
gineshidalgo99 已提交
64 65 66 67
    - **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?; ...?

68
6. If **GPU mode** issue:
G
gineshidalgo99 已提交
69 70 71 72
    - **CUDA version** (`cat /usr/local/cuda/version.txt` in most cases):
    - **cuDNN version**:
    - **GPU model** (`nvidia-smi` in Ubuntu):

73
7. If **CPU-only mode** issue:
74
    - **CPU brand & model**:
G
gineshidalgo99 已提交
75 76
    - Total **RAM memory** available:

77
8. If **Python** API:
G
gineshidalgo99 已提交
78 79 80
    - **Python version**: 2.7, 3.7, ...?
    - **Numpy version** (`python -c "import numpy; print numpy.version.version"` in Ubuntu):

81
9. If **Windows** system:
82 83
    - Portable demo or compiled library?

84
10. If **speed performance** issue:
G
Gines Hidalgo 已提交
85
    - Report OpenPose timing speed based on [this link](https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/speed_up_openpose.md#profiling-speed).