normal epithelium (N) vs lymphcytes (N) vs cancer은 구분을 못함
TODO
[x] : Negative patch oversampling
[x] : Custom dataset을 생성
[x] : Custom dataset은 image, mask을 초기화시에 입력받아서, 각 이미지에 대해서 oversampling하는 방법을 만듬
[x] : CustomDataSet._negative_oversample: 이라는 메서드에서 각 이미지를 돌면서 negative 영역이 큰 부분을 crop하여 random patch할 수 있도록 작성. 그리고 그 이미지는 다시 self.image = image에 할당해서 뒷단에서 해결
Summary
TODO