MCPcopy Create free account
hub / github.com/CandleLabAI/PCBSegClassNet / __init__

Method __init__

src/data/dataloader.py:96–97  ·  view source on GitHub ↗
(self, opt)

Source from the content-addressed store, hash-verified

94
95class LoadSegData:
96 def __init__(self, opt):
97 self.opt = opt
98
99 def parse_data(self, image, mask):
100 # read the image from disk, decode it, convert the data type to

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected