MCPcopy Create free account
hub / github.com/VisionLearningGroup/OVANet / default_loader

Function default_loader

data_loader/mydataset.py:55–56  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

53
54
55def default_loader(path):
56 return Image.open(path).convert('RGB')
57
58
59def make_dataset_nolist(image_list):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected