GeorgeSeif / Semantic-Segmentation-Suite

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

Issues in the FRRN ResidualUnit function #151

Open Reagan1311 opened 6 years ago

Reagan1311 commented 6 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.