Replies: 1 comment
-
Hi @DSRajesh, thanks for your interest here. MONAI/monai/transforms/croppad/array.py Line 1049 in 4743945 MONAI/monai/transforms/croppad/array.py Line 1228 in 4743945 Hope it help, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello
We are building a 3D volume classifier for classifying an object image into one of three classes. We expect the classifier to output 3 categorical outputs each one corresponding to one of the 3 classes. The dataset we are using is imbalanced such that object images (3D) corresponding to the first class are plenty in number when compared to the number of the other two classes i.e the numbers of the images of 3 classes is approximately 900, 57, 38 respectively. We have tried with DenseNet121 network and some simple augmentation techniques provided on MONAI website, like random rotation and scaling, but not with much success. If you could please suggest some more utilities of MONAI to handle data imbalance (like stratified sampling, positive-negative sampling (hard_negative_sampler)) such a situation it will be helpful. Thanking you
Rajesh
Beta Was this translation helpful? Give feedback.
All reactions