MCPcopy Index your code
hub / github.com/CSAILVision/IBD / __init__

Method __init__

loader/data_loader.py:442–489  ·  view source on GitHub ↗

Constructor arguments: segmentation: The AbstractSegmentation to load. split: None for no filtering, or 'train' or 'val' etc. randomize: True to randomly shuffle order, or a random seed. categories: a list of categories to include in each batch. batch

(self, segmentation, split=None, randomize=False,
            segmentation_shape=None, categories=None, once=False,
            start=None, end=None, batch_size=4, ahead=4, thread=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

setup_sigintFunction · 0.85
restore_sigintFunction · 0.85
splitMethod · 0.80
category_index_mapMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected