(path)
| 26 | |
| 27 | |
| 28 | def default_loader(path): |
| 29 | return Image.open(path).convert('RGB') |
| 30 | |
| 31 | def load_taxonomy(ann_data, tax_levels, classes): |
| 32 | # loads the taxonomy data and converts to ints |
nothing calls this directly
no outgoing calls
no test coverage detected