MCPcopy Create free account
hub / github.com/NVIDIA/semantic-segmentation / __len__

Method __len__

datasets/nullloader.py:73–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

71 return img, mask, img_name, scale_float
72
73 def __len__(self):
74 return 3000

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected