(self)
| 101 | return {'image':image} |
| 102 | |
| 103 | def __len__(self): |
| 104 | return len(self.data) |
| 105 | |
| 106 | |
| 107 | def extract_all_captions(captions, model, device, batch_size=256, num_workers=8): |
nothing calls this directly
no outgoing calls
no test coverage detected