Ivan

Results 3 comments of Ivan

If you check code at `seg/models.common.py` you can find that onnx return only first output from model. ```python elif self.onnx: # ONNX Runtime im = im.cpu().numpy() # torch to numpy...

I change common file like yolov5 and it works` DetectMultiBackend init()` ```python elif onnx: # ONNX Runtime LOGGER.info(f'Loading {w} for ONNX Runtime inference...') cuda = torch.cuda.is_available() and device.type != 'cpu'...