FCN-semantic-segmentation icon indicating copy to clipboard operation
FCN-semantic-segmentation copied to clipboard

Fully convolutional networks for semantic segmentation

Results 3 FCN-semantic-segmentation issues
Sort by recently updated
recently updated
newest added

After following all the instructions I am getting this error and it seems to be a problem in the model.py file init.constant(self.conv10.weight, 0) # Zero init AttributeError: 'NoneType' object has...

Hi@Kaixhin, I am trying to improve the resnet34 to ResNet50, but I met the reshape problems File "/data2/FCN-semantic-segmentation_new/model.py", line 92, in forward x = self.relu(self.bn8(self.conv8(x + x2))) RuntimeError: The size...