From 01e38745e2adc14109c107b47e09aa5bf5d49acb Mon Sep 17 00:00:00 2001 From: Guillaume Chevalier Date: Sat, 26 Aug 2017 01:04:31 -0400 Subject: [PATCH] Add the "Smoothly Blend Image Patches" tool --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a181ed0..c9edbab 100644 --- a/README.md +++ b/README.md @@ -434,6 +434,10 @@ Please feel free to [pull requests](https://github.com/kjw0612/awesome-deep-visi * Source code for the paper "DeepContour: A Deep Convolutional Feature Learned by Positive-Sharing Loss for Contour Detection," CVPR, 2015. [[Web]](https://github.com/shenwei1231/DeepContour) * Source code for the paper "Holistically-Nested Edge Detection", ICCV 2015. [[Web]](https://github.com/s9xie/hed) +### Tools +* Prediction Patches Merging + * Smoothly Blend Image Patches: Using a U-Net for image segmentation, blending predicted patches smoothly is a must to please the human eye [[Python Code]](https://github.com/Vooban/Smoothly-Blend-Image-Patches) [[Web]](https://vooban.com/en/tips-articles-geek-stuff/satellite-image-segmentation-workflow-with-u-net/) + ## Tutorials * [CVPR 2014] [Tutorial on Deep Learning in Computer Vision](https://sites.google.com/site/deeplearningcvpr2014/) * [CVPR 2015] [Applied Deep Learning for Computer Vision with Torch](https://github.com/soumith/cvpr2015)