Ailusion-VTON-DEMO-v1
/
preprocess
/humanparsing
/mhp_extension
/detectron2
/.github
/ISSUE_TEMPLATE
/questions-help-support.md
metadata
name: ❓How to do something?
about: How to do something using detectron2? What does an API do?
❓ How to do something using detectron2
Describe what you want to do, including:
- what inputs you will provide, if any:
- what outputs you are expecting:
❓ What does an API do and how to use it?
Please link to which API or documentation you're asking about from https://detectron2.readthedocs.io/
NOTE:
Only general answers are provided. If you want to ask about "why X did not work", please use the Unexpected behaviors issue template.
About how to implement new models / new dataloader / new training logic, etc., check documentation first.
We do not answer general machine learning / computer vision questions that are not specific to detectron2, such as how a model works, how to improve your training/make it converge, or what algorithm/methods can be used to achieve X.