GeorgeSeif / Semantic-Segmentation-Suite

Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
2.5k stars 880 forks source link

Issues in the FRRN ResidualUnit function #151

Open Reagan1311 opened 5 years ago

Reagan1311 commented 5 years ago

In the function ResidualUnit of the model file FRRN.py , I think you should return net + inputs, because according to the original paper, here should be a residual structure.