Murat A. Avcu

Results 2 issues of Murat A. Avcu

# I'm converting my MaskRCNN model to onnx with following codes below : ``` import torch from torch import nn import torchvision.models as models import io import torchvision from torchvision.models.detection.faster_rcnn...

question

Hello, thank you for the amazing work @xuebinqin, I'm wondering that am I able to make multiple class segmentation with IS-net as I do with U-net. I have 12 classes...