Project-MONAI / Project-MONAI/MONAI
Add DetectionInferer to simplify the 3D detection pipeline
Open
@Can-Zhao is already working on this.
Since Oct 13, 2022.
Feature request
- Dominant language
- Python
- Stars
- 8.7k
- Forks
- 1.6k
- Avg merge
- 5d 1h
- Merged PRs (30d)
- 20
Description
Is your feature request related to a problem? Please describe.
Currently, the model computation of our 3D detection pipeline is not easy to use and contains many steps.
It would be better to wrap the logic as a new DetectionInferer class to simplify the end user's program, and it can help simplify our bundle and easy to deploy.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.