Closed 06Liz closed 3 weeks ago
Just like what we do with the CRAG dataset, treat all other pixels as background. You can also check #15 and #16 for more details on how we process them.
My dataset has only one class.What should I do preprocess?
Crop/resize them into 1024x1024 patches and label background as 0, your class as 1. Follow the CRAG configs.
How can I use my dataset to train a model of one class?