keras-team / autokeras

AutoML library for deep learning
http://autokeras.com/
Apache License 2.0
9.1k stars 1.4k forks source link

Feature: #1921

Open keesh0 opened 3 weeks ago

keesh0 commented 3 weeks ago

2D semantic segmentation

AutoKeras does not seem to support 2D semantic segmentation. https://github.com/keras-team/autokeras/issues/81

Also, I was wondering if there are any examples for 2D classification using 2D label maps for training? I only saw the MNIST classification example which used a single class for the entire image.

I think that 2D semantic segmentation would be useful for others.