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
-
Hello
![image](https://private-user-images.githubusercontent.com/60175495/371738821-f7359183-358b-45ae-8627-e0bfb3e54706.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMzA0NzAsIm5iZiI6MTczOTAzMDE3MCwicGF0aCI6Ii82MDE3NTQ5NS8zNzE3Mzg4MjEtZjczNTkxODMtMzU4Yi00NWFlLTg2MjctZTBiZmIzZTU0NzA2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDE1NTYxMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM0NzhjODRjYzkzYzhjYTBkMTE0YWRkNTA4YWFiODAwODAzMTQzMjM3ZmUyOWU0ODI1MWNlZjk5NjYwN2UzOGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.jIq1eNIHcyuZCUxxZPzHkOjbCnQCwZ5bg2vLKIUWkYM)
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