Return predictions for all images in the benchmark.
(self)
| 54 | |
| 55 | @abc.abstractmethod |
| 56 | def get_predictions(self): |
| 57 | """Return predictions for all images in the benchmark.""" |
| 58 | raise NotImplementedError() |
| 59 | |
| 60 | def __init__(self): |
| 61 | keys = ["code", "name", "keypoints", "ground_truth", "metadata"] |