(self)
| 536 | return torch.where(a > 0, one, a) |
| 537 | |
| 538 | def __len__(self): |
| 539 | return self.size |
| 540 | |
| 541 | class PolypObjDataset_scribble_noEdge_3326(data.Dataset): |
| 542 | def __init__(self, image_root, gt_root, scribble_root, imgName_root, trainsize=384): |
nothing calls this directly
no outgoing calls
no test coverage detected