Open crazyxprogrammer opened 5 years ago
if your dataset is big enough, you can change the code in resnet_graph to fit for inception v2, and make sure your output's shape is the same before, but its really a huge work
if you already done this then please share ur code because I am beginer in coding
You can have a look at this repository which added Mobilenet to Mask RCNN. It may give you some help.
Has anyone used resnet18 as the backbone instead of resent101 or resnet50? I am not quite sure how to change the resnet_graph function to this end.
Did you do it? Now I have this problem?
Did anyone use resnet18? If yes please tell
I can use resnet 18 and resnet 101 as backbone
I can use resnet 18 and resnet 101 as backbone
even i have the same question
Did anyone use resnet18? If yes please tell
not yet refer this https://github.com/alexander-pv/maskrcnn_tf2 let me know if u can implement this?
I have annotated my huge traning datasets using VGG anotator tools to train MaskRCNN model implemented by matterplot but in matterplot implementation only two backbones are use ResNet 50 and ResNet 101(FPN).But now I want to use other backbones also in mask RCNN.So how I will use different backbones like inception v2 in this implementation