samleoqh / MSCG-Net

Multi-view Self-Constructing Graph Convolutional Networks with Adaptive Class Weighting Loss for Semantic Segmentation
MIT License
68 stars 28 forks source link

Code for SCG-Net Semantic Segmentation Paper #27

Closed abderraouf2che closed 4 months ago

abderraouf2che commented 2 years ago

Hello; Would you please upload the code for the SCG-Net Semantic Segmentation Paper, for learning and research purposes.

Thanks

tshr-d-dragon commented 2 years ago

Hi @abderraouf2che,

The scg_gcn.py file at https://github.com/samleoqh/MSCG-Net/blob/master/lib/net/scg_gcn.py contains the code you need.