Skip to content

A segmentation model based on UNet architecture with an efficientnet encoder. EfficientNet B0 through B7 are supported.

License

Notifications You must be signed in to change notification settings

pranshu97/effunet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EffUNet

A segmentation model based on UNet architecture with an efficientnet encoder. EfficientNet B0 through B7 are supported.

Special thanks to lukemelas for the pytorch implementation of EfficientNet

Quick start guide

Install with pip install effunet

from effunet import EffUNet
model = EffUNet(model='b0',out_channels=1,freeze_backbone=True,pretrained=True,device='cuda',num_gpu=1)

and you're good to go...

License

MIT

About

A segmentation model based on UNet architecture with an efficientnet encoder. EfficientNet B0 through B7 are supported.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages