Project-MONAI / Project-MONAI/model-zoo
MONAI nodule detection model training and handling zero nodule datasets
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 338
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
Hello
Thank you for the MONAI team. I have been training a nodule detection model using
Among my datasets I have some which have 0 nodules in them. And i think i get a error log as shown below for such cases
I have applied the correction mentioned there
i.e
boxes = torch.reshape ( boxes, [ 0, 4 ] ) as follows:
but i still get the same error log as shown above. May i know the reason for this and the solution for the same please. Also I have used datasets that have 0 nodules and a nnDetection (https://github.com/MIC-DKFZ/nnDetection) model trains well under such situations.
Rajesh D S
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.
Research direction
The report concerns training a nodule detection model with datasets containing zero nodules and includes an error log in an attached image. Start by reproducing the error with a zero-nodule dataset and inspect the reported failure; done means training completes successfully for such datasets without the same error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- computer-vision, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100