Spaces:
Paused
Paused
OOTDiffusion
/
preprocess
/humanparsing
/mhp_extension
/detectron2
/.github
/ISSUE_TEMPLATE
/bugs.md
metadata
name: π Bugs
about: Report bugs in detectron2
title: Please read & provide the following
Instructions To Reproduce the π Bug:
- what changes you made (
git diff
) or what code you wrote
<put diff or code here>
- what exact command you run:
- what you observed (including full logs):
<put logs here>
- please simplify the steps as much as possible so they do not require additional resources to run, such as a private dataset.
Expected behavior:
If there are no obvious error in "what you observed" provided above, please tell us the expected behavior.
Environment:
Provide your environment information using the following command:
wget -nc -q https://github.com/facebookresearch/detectron2/raw/master/detectron2/utils/collect_env.py && python collect_env.py
If your issue looks like an installation issue / environment issue, please first try to solve it yourself with the instructions in https://detectron2.readthedocs.io/tutorials/install.html#common-installation-issues