├── README.md ├── dataset.py ├── model.py ├── resnet.py ├── run.py ├── sal2edge.m ├── solver.py └── vgg.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JXingZhao/EGNet/HEAD/README.md -------------------------------------------------------------------------------- /dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JXingZhao/EGNet/HEAD/dataset.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JXingZhao/EGNet/HEAD/model.py -------------------------------------------------------------------------------- /resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JXingZhao/EGNet/HEAD/resnet.py -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JXingZhao/EGNet/HEAD/run.py -------------------------------------------------------------------------------- /sal2edge.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JXingZhao/EGNet/HEAD/sal2edge.m -------------------------------------------------------------------------------- /solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JXingZhao/EGNet/HEAD/solver.py -------------------------------------------------------------------------------- /vgg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JXingZhao/EGNet/HEAD/vgg.py --------------------------------------------------------------------------------