You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

--bug-report.md 1.0KB

4 年之前
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ---
  2. name: "\U0001F41BBug report"
  3. about: Create a report to help us improve
  4. title: ''
  5. labels: bug
  6. assignees: ''
  7. ---
  8. Before submitting a bug report, please ensure that you are using the latest versions of:
  9. - Python
  10. - PyTorch
  11. - This repository (run `git fetch && git status -uno` to check and `git pull` to update)
  12. **Your issue must be reproducible on a public dataset (i.e COCO) using the latest version of the repository, and you must supply code to reproduce, or we can not help you.**
  13. If this is a custom training question we suggest you include your `train*.jpg`, `test*.jpg` and `results.png` figures.
  14. ## 🐛 Bug
  15. A clear and concise description of what the bug is.
  16. ## To Reproduce
  17. **REQUIRED**: Code to reproduce your issue below
  18. ```
  19. python train.py ...
  20. ```
  21. ## Expected behavior
  22. A clear and concise description of what you expected to happen.
  23. ## Environment
  24. If applicable, add screenshots to help explain your problem.
  25. - OS: [e.g. Ubuntu]
  26. - GPU [e.g. 2080 Ti]
  27. ## Additional context
  28. Add any other context about the problem here.