(self, img, img_metas)
| 61 | raise NotImplementedError('This method is not implemented.') |
| 62 | |
| 63 | def encode_decode(self, img, img_metas): |
| 64 | raise NotImplementedError('This method is not implemented.') |
| 65 | |
| 66 | def forward_train(self, imgs, img_metas, **kwargs): |
| 67 | raise NotImplementedError('This method is not implemented.') |
nothing calls this directly
no outgoing calls
no test coverage detected