Switched to using file.id since the label file is unique and makes more sense than extra call to label file
(
self,
file_list
)
| 341 | raise NotImplementedError |
| 342 | |
| 343 | def label_dict_builder( |
| 344 | self, |
| 345 | file_list |
| 346 | ): |
| 347 | """ |
| 348 | |
| 349 | Switched to using file.id since the label file is unique |
| 350 | and makes more sense than extra call to label file |
| 351 | |
| 352 | """ |
| 353 | raise NotImplementedError |
| 354 | |
| 355 | def label_map_new(self, session, ai): |
| 356 | raise NotImplementedError |
no outgoing calls
no test coverage detected