├── Densecrf_python ├── densecrf_sal.py ├── images │ ├── 1.png │ ├── 2.png │ └── 3.png └── predictions │ ├── 1.png │ ├── 2.png │ └── 3.png └── README.md /Densecrf_python/densecrf_sal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiwei0921/DenseCRF_refine_saliency-map/HEAD/Densecrf_python/densecrf_sal.py -------------------------------------------------------------------------------- /Densecrf_python/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiwei0921/DenseCRF_refine_saliency-map/HEAD/Densecrf_python/images/1.png -------------------------------------------------------------------------------- /Densecrf_python/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiwei0921/DenseCRF_refine_saliency-map/HEAD/Densecrf_python/images/2.png -------------------------------------------------------------------------------- /Densecrf_python/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiwei0921/DenseCRF_refine_saliency-map/HEAD/Densecrf_python/images/3.png -------------------------------------------------------------------------------- /Densecrf_python/predictions/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiwei0921/DenseCRF_refine_saliency-map/HEAD/Densecrf_python/predictions/1.png -------------------------------------------------------------------------------- /Densecrf_python/predictions/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiwei0921/DenseCRF_refine_saliency-map/HEAD/Densecrf_python/predictions/2.png -------------------------------------------------------------------------------- /Densecrf_python/predictions/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiwei0921/DenseCRF_refine_saliency-map/HEAD/Densecrf_python/predictions/3.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiwei0921/DenseCRF_refine_saliency-map/HEAD/README.md --------------------------------------------------------------------------------