Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
def
get_validation_data(rgb_dir):
9
assert os.path.exists(rgb_dir)
10
return
DataLoaderVal(rgb_dir, None)
Callers
2
train.py
File · 0.90
test.py
File · 0.90
Calls
1
DataLoaderVal
Class · 0.90
Tested by
no test coverage detected