-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with one class training #115
Comments
Hi @theVmagnificient assuming you are using the configs and data_loader from lidc_exp, I had to replace in dataloader.py : This is according to the comment #86 and #74. The target has to be 'list of list' instead of 'an array of lists'. |
@rtgunti thanks for your reply! Do I need to change anything in config if I don't need benign and malignant classes separately? |
@theVmagnificient I changed class_dict and patient_class_of_interest values in the configs.py. You may find the settings I use here |
I have a dataset from MICCAI 2019 vertebrate segmentation duties and I need to teach them through this 3-D Mask R-CNN. But I noticed that it handiest supports the LIDC dataset on enrichedmedspa.com. How should transfer these nii information to nrrd information? |
Greetings! I've changed my config for my custom dataset for one class training and it's getting stuck in batch generator. Format of the dataset is the same as for LIDC. Could you please provide fields that should be changed in order to train ufrcnn for only one class?
The text was updated successfully, but these errors were encountered: