Project-MONAI / Project-MONAI/model-zoo

MONAI nodule detection model training and handling zero nodule datasets

Open
#681 0 comments 0 reactions 0 assignees View on GitHub

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
image

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

image
I have applied the correction mentioned there

i.e
boxes = torch.reshape ( boxes, [ 0, 4 ] ) as follows:

image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.