You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a highly imbalanced data-distributon(3-4% of total voxels represent the object of interest) for my problem. I would like to know how to enable Niftynet's balanced window sampler here? Do I need to modify the get_subimage_batch() method?
Further, would you please suggest other features of your code which can be used to address the class-imbalance problem. I am using ROI patches for training with improved results and planning to use the tversky loss function in future.
The text was updated successfully, but these errors were encountered:
Hi,
I have a highly imbalanced data-distributon(3-4% of total voxels represent the object of interest) for my problem. I would like to know how to enable Niftynet's balanced window sampler here? Do I need to modify the
get_subimage_batch()
method?Further, would you please suggest other features of your code which can be used to address the class-imbalance problem. I am using ROI patches for training with improved results and planning to use the tversky loss function in future.
The text was updated successfully, but these errors were encountered: