MCPcopy Create free account
hub / github.com/GuoLanqing/ShadowFormer / get_validation_data

Function get_validation_data

utils/loader.py:8–10  ·  view source on GitHub ↗
(rgb_dir)

Source from the content-addressed store, hash-verified

6 return DataLoaderTrain(rgb_dir, img_options, None)
7
8def get_validation_data(rgb_dir):
9 assert os.path.exists(rgb_dir)
10 return DataLoaderVal(rgb_dir, None)

Callers 2

train.pyFile · 0.90
test.pyFile · 0.90

Calls 1

DataLoaderValClass · 0.90

Tested by

no test coverage detected