Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published