/Dilated-Encoder-Network-for-Image-Segmentation

Python implementations of Dilated Encoder Network (DE-Net)

Primary LanguageJupyter Notebook

Dilated-Encoder-Network-for-Image-Segmentation

Python implementations of Dilated Encoder Network (DE-Net)
Deep learning techniques for automatic butterfly segmentation in ecological images

Data

Download butterfly-dataset "Josiah Wang, Katja Markert, and Mark Everingham Learning Models for Object Recognition from Natural Language Descriptions In Proceedings of the 20th British Machine Vision Conference (BMVC2009)"

or

Butterfly Dataset using Kaggle API

!kaggle datasets download -d veeralakrishna/butterfly-dataset

then, unziping the zip files

#unzipping the zip files and deleting the zip files
!unzip \*.zip  && rm *.zip

Results