Replies: 1 comment 1 reply
-
Hi @DSRajesh, could you please refer whether the discussion here helps you? Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions