(self)
| 86 | return {'image': image} |
| 87 | |
| 88 | def __len__(self): |
| 89 | return len(self.data) |
| 90 | |
| 91 | |
| 92 | def extract_all_captions(captions, model, device, batch_size=256, num_workers=8, append=False): |
nothing calls this directly
no outgoing calls
no test coverage detected