Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
/ mobile-unet Public archive

An ML model with U-shaped architecture with MobileNetV2 based encoders

License

Notifications You must be signed in to change notification settings

Basars/mobile-unet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile-UNet

An ML model with U-shaped architecture with MobileNetV2 based encoders

Install

pip install --upgrade git+https://github.com/Basars/mobile-unet.git

Usage:

from mobileunet import MobileUNet

model = MobileUNet(input_shape=(224, 224, 3))
model.compile(optimizer='adam', loss='binary_crossentropy', metrics=['accuracy'])
model.fit(...)

About

An ML model with U-shaped architecture with MobileNetV2 based encoders

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages