MCPcopy Create free account
hub / github.com/SLDGroup/EMCAD / __len__

Method __len__

utils/dataloader.py:124–125  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

122 return img, gt
123
124 def __len__(self):
125 return self.size
126
127
128def get_loader(image_root, gt_root, batchsize, trainsize, shuffle=False, num_workers=4, pin_memory=True, augmentation=False): #shuffle=True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected