(self)
| 74 | yield {key: batch[i] for i, key in enumerate(self.dataset_names)} |
| 75 | |
| 76 | def __len__(self): |
| 77 | return len(getattr(self, self.key_dataset)) |
| 78 | |
| 79 | def filter_images_with_only_crowd_annotations(dataset_dicts, dataset_names): |
| 80 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected