(self, img, img_metas)
| 120 | raise NotImplementedError('This method is not implemented.') |
| 121 | |
| 122 | def encode_decode(self, img, img_metas): |
| 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.') |
nothing calls this directly
no outgoing calls
no test coverage detected