issues
search
baudcode
/
tf-semantic-segmentation
Semantic Segmentation using Tensorflow on popular Datasets like Ade20k, Camvid, Coco, PascalVoc
GNU General Public License v3.0
69
stars
14
forks
source link
Release/0.2.3
#4
Closed
baudcode
closed
4 years ago
baudcode
commented
4 years ago
What's new?
Models:
SatelliteUnet
ImagenetUnets (with pretrained weights)
UnetV2 (removed)
Major Changes
model fn returns only 1 model
Features
Fixes MultiresUnet (no bn at the end)
Use logger instead of print
ReduceLROnPlateau
TFLite Exporter
Extended serving (writing config, ensemble)
Allow using dataset and model in the trainer
What's new?
Models:
Major Changes
Features