diff --git a/README.md b/README.md index faf8fc1..cb2f67f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Focusing attention of Fully convolutional neural networks on Region of interest (ROI) input map, using the valve filters method. -## This is an old code newer better version can be found here: [https://github.com/sagieppel/Segmenting-givne-region-of-an-image-using-neural-net-with-ROI-attention-input/](https://github.com/sagieppel/Segmenting-givne-region-of-an-image-using-neural-net-with-ROI-attention-input/blob/main/README.md) +## This is an old code. Newer better version can be found here: [https://github.com/sagieppel/Segmenting-givne-region-of-an-image-using-neural-net-with-ROI-attention-input/](https://github.com/sagieppel/Segmenting-givne-region-of-an-image-using-neural-net-with-ROI-attention-input/blob/main/README.md) This project contains code for a fully convolutional neural network (FCN) for semantic segmentation with a region of interest (ROI) map as an additional input (figure 1). The net receives image and ROI as a binary map with pixels corresponding to ROI marked 1, and produce pixel-wise annotation of the ROI region of the image. This code was tested on for semantic segmentation task of materials in transparent vessels where the vessel area of the image was set as the ROI. The method is discussed in the paper: [Setting an attention region for convolutional neural networks using region selective features, for recognition of materials within glass vessels](https://arxiv.org/abs/1708.08711)