(self)
| 122 | return img, gt |
| 123 | |
| 124 | def __len__(self): |
| 125 | return self.size |
| 126 | |
| 127 | |
| 128 | def get_loader(image_root, gt_root, batchsize, trainsize, shuffle=False, num_workers=4, pin_memory=True, augmentation=False): #shuffle=True |
nothing calls this directly
no outgoing calls
no test coverage detected