Codes for the paper: "ENDE-GNN: An Encoder-decoder GNN Framework for Sketch Semantic Segmentation" (IEEE VCIP 2022)
- Pytorch>=1.6.0
- pytorch_geometric>=1.6.1
- tensorboardX>=1.9
If it is helpful for your work, please cite this paper:
@inproceedings{zheng2022ende,
title={ENDE-GNN: An Encoder-decoder GNN Framework for Sketch Semantic Segmentation},
author={Yixiao Zheng and Jiyang Xie and Aneeshan Sain and Zhanyu Ma and Yi-Zhe Song and Jun Guo},
booktitle={IEEE International Conference on Visual Communications and Image Processing (VCIP)},
year={2022},
}
Thanks for Yang et al.'s contributions. Our codes are based on SketchGNN.
MIT License