()
| 44 | |
| 45 | |
| 46 | def data_paths(): |
| 47 | root = os.path.join(DALI_EXTRA_PATH, "db", "coco", "images") |
| 48 | annotations = os.path.join(DALI_EXTRA_PATH, "db", "coco", "instances.json") |
| 49 | return root, annotations |
| 50 | |
| 51 | |
| 52 | ############## |
no outgoing calls
no test coverage detected