(self)
| 197 | return img, target |
| 198 | |
| 199 | def __len__(self): |
| 200 | return len(self.imgs) |
| 201 | |
| 202 | ###################################################################### |
| 203 | # That’s all for the dataset. Now let’s define a model that can perform |
nothing calls this directly
no outgoing calls
no test coverage detected