├── .gitmodules ├── README.md ├── data_loader.py ├── demo.py ├── eval.sh ├── eval_edge.m ├── examples ├── all_layer │ ├── 100007-1.png │ ├── 100007-2.png │ ├── 100007-3.png │ ├── 100007-4.png │ ├── 100007-5.png │ ├── 100007-6.png │ ├── 100007-img.jpg │ ├── 100007-nms.png │ ├── 100039-1.png │ ├── 100039-2.png │ ├── 100039-3.png │ ├── 100039-4.png │ ├── 100039-5.png │ ├── 100039-6.png │ ├── 100039-img.jpg │ └── 100039-nms.png └── final_layer │ ├── 100007-1.png │ ├── 100007-2.png │ ├── 100007-3.png │ ├── 100007-4.png │ ├── 100007-5.png │ ├── 100007-6.png │ ├── 100007-img.jpg │ ├── 100007-nms.png │ ├── 100039-1.png │ ├── 100039-2.png │ ├── 100039-3.png │ ├── 100039-4.png │ ├── 100039-5.png │ ├── 100039-6.png │ ├── 100039-img.jpg │ └── 100039-nms.png ├── models.py ├── test.py └── train.py /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/README.md -------------------------------------------------------------------------------- /data_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/data_loader.py -------------------------------------------------------------------------------- /demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/demo.py -------------------------------------------------------------------------------- /eval.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/eval.sh -------------------------------------------------------------------------------- /eval_edge.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/eval_edge.m -------------------------------------------------------------------------------- /examples/all_layer/100007-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100007-1.png -------------------------------------------------------------------------------- /examples/all_layer/100007-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100007-2.png -------------------------------------------------------------------------------- /examples/all_layer/100007-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100007-3.png -------------------------------------------------------------------------------- /examples/all_layer/100007-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100007-4.png -------------------------------------------------------------------------------- /examples/all_layer/100007-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100007-5.png -------------------------------------------------------------------------------- /examples/all_layer/100007-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100007-6.png -------------------------------------------------------------------------------- /examples/all_layer/100007-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100007-img.jpg -------------------------------------------------------------------------------- /examples/all_layer/100007-nms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100007-nms.png -------------------------------------------------------------------------------- /examples/all_layer/100039-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100039-1.png -------------------------------------------------------------------------------- /examples/all_layer/100039-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100039-2.png -------------------------------------------------------------------------------- /examples/all_layer/100039-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100039-3.png -------------------------------------------------------------------------------- /examples/all_layer/100039-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100039-4.png -------------------------------------------------------------------------------- /examples/all_layer/100039-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100039-5.png -------------------------------------------------------------------------------- /examples/all_layer/100039-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100039-6.png -------------------------------------------------------------------------------- /examples/all_layer/100039-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100039-img.jpg -------------------------------------------------------------------------------- /examples/all_layer/100039-nms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/all_layer/100039-nms.png -------------------------------------------------------------------------------- /examples/final_layer/100007-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100007-1.png -------------------------------------------------------------------------------- /examples/final_layer/100007-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100007-2.png -------------------------------------------------------------------------------- /examples/final_layer/100007-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100007-3.png -------------------------------------------------------------------------------- /examples/final_layer/100007-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100007-4.png -------------------------------------------------------------------------------- /examples/final_layer/100007-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100007-5.png -------------------------------------------------------------------------------- /examples/final_layer/100007-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100007-6.png -------------------------------------------------------------------------------- /examples/final_layer/100007-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100007-img.jpg -------------------------------------------------------------------------------- /examples/final_layer/100007-nms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100007-nms.png -------------------------------------------------------------------------------- /examples/final_layer/100039-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100039-1.png -------------------------------------------------------------------------------- /examples/final_layer/100039-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100039-2.png -------------------------------------------------------------------------------- /examples/final_layer/100039-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100039-3.png -------------------------------------------------------------------------------- /examples/final_layer/100039-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100039-4.png -------------------------------------------------------------------------------- /examples/final_layer/100039-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100039-5.png -------------------------------------------------------------------------------- /examples/final_layer/100039-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100039-6.png -------------------------------------------------------------------------------- /examples/final_layer/100039-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100039-img.jpg -------------------------------------------------------------------------------- /examples/final_layer/100039-nms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/examples/final_layer/100039-nms.png -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/models.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/test.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayorx/rcf-edge-detection/HEAD/train.py --------------------------------------------------------------------------------