(self, opt)
| 94 | |
| 95 | class 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 |
nothing calls this directly
no outgoing calls
no test coverage detected