(self, imgs, img_metas, **kwargs)
| 123 | raise NotImplementedError('This method is not implemented.') |
| 124 | |
| 125 | def forward_train(self, imgs, img_metas, **kwargs): |
| 126 | raise NotImplementedError('This method is not implemented.') |
| 127 | |
| 128 | def simple_test(self, img: torch.Tensor, img_meta: Iterable, |
| 129 | **kwargs) -> list: |
nothing calls this directly
no outgoing calls
no test coverage detected