├── BuildNetVgg16.py ├── CheckVGG16Model.py ├── Data_Reader.py ├── Evaluate_Net_IOU.py ├── Figure1.jpg ├── Figure2.png ├── IOU.py ├── Inference.py ├── OverrlayLabelOnImage.py ├── README.md ├── TRAIN.py └── TensorflowUtils.py /BuildNetVgg16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagieppel/Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map-/HEAD/BuildNetVgg16.py -------------------------------------------------------------------------------- /CheckVGG16Model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagieppel/Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map-/HEAD/CheckVGG16Model.py -------------------------------------------------------------------------------- /Data_Reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagieppel/Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map-/HEAD/Data_Reader.py -------------------------------------------------------------------------------- /Evaluate_Net_IOU.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagieppel/Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map-/HEAD/Evaluate_Net_IOU.py -------------------------------------------------------------------------------- /Figure1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagieppel/Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map-/HEAD/Figure1.jpg -------------------------------------------------------------------------------- /Figure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagieppel/Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map-/HEAD/Figure2.png -------------------------------------------------------------------------------- /IOU.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagieppel/Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map-/HEAD/IOU.py -------------------------------------------------------------------------------- /Inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagieppel/Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map-/HEAD/Inference.py -------------------------------------------------------------------------------- /OverrlayLabelOnImage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagieppel/Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map-/HEAD/OverrlayLabelOnImage.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagieppel/Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map-/HEAD/README.md -------------------------------------------------------------------------------- /TRAIN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagieppel/Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map-/HEAD/TRAIN.py -------------------------------------------------------------------------------- /TensorflowUtils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagieppel/Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map-/HEAD/TensorflowUtils.py --------------------------------------------------------------------------------