Pytorch implementation of different edge detection networks, such as
- Holistically-Nested Edge Detection (link to caffe implementation)
- PixelNet (link to caffe implementation)
python train.py <config name>
python test.py <valid/test> <config name>
This is a work in progress, so not every feature is working completely