autokeras
autokeras copied to clipboard
ImageSegmenter
One option would be using the auto deep lab search space
- [x] Task API design.
- [ ] Implement the segmentation head.
- [ ] Implement necessary blocks.
- [ ] Stable the performance.
Follow the API of TimeSeriesForecaster. https://github.com/keras-team/autokeras/tree/master/autokeras/tasks
ImageSegmenter.fit(x,y)
@ECEMACHINE will design the APIs.
@ECEMACHINE will work on implementing the head.
@haifeng-jin it looks like the linked PR was closed. Is this one still planned?
Yes, but we don't have extra developers to work on it for now. This feature will be continued after object detection and time series data.