MCPcopy Create free account
hub / github.com/Thunderbeee/ZSCL / populate_train

Method populate_train

mtil/src/datasets/objectnet.py:100–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98 self.classnames = [self.classname_map[c].lower() for c in self.classnames]
99
100 def populate_train(self):
101 pass
102
103 def get_test_dataset(self):
104 subdir = 'objectnet-1.0/images'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected