MCPcopy Create free account
hub / github.com/FreeformRobotics/OTS / __init__

Method __init__

dataset.py:207–209  ·  view source on GitHub ↗
(self, root_dataset, odgt, opt, **kwargs)

Source from the content-addressed store, hash-verified

205
206class ValDataset(BaseDataset):
207 def __init__(self, root_dataset, odgt, opt, **kwargs):
208 super(ValDataset, self).__init__(odgt, opt, **kwargs)
209 self.root_dataset = root_dataset
210
211 def __getitem__(self, index):
212 this_record = self.list_sample[index]

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected