(self, opt, num_classes)
| 138 | |
| 139 | class LoadClassData: |
| 140 | def __init__(self, opt, num_classes): |
| 141 | self.opt = opt |
| 142 | self.num_classes = num_classes |
| 143 | |
| 144 | def parse_data(self, image, label): |
| 145 | # read the image from disk, decode it, convert the data type to |
nothing calls this directly
no outgoing calls
no test coverage detected