blue-oil / blueoil

Bring Deep Learning to small devices
https://blueoil.org
Apache License 2.0
248 stars 86 forks source link

Missing Semantic Segmentation Interface #88

Closed iizukak closed 5 years ago

iizukak commented 5 years ago

Blueoil has Semantic Segmentation implementation but not available from blueoil.sh. We need to add Semantic Segmentation support for blueoil.sh and blueoil directory's scripts.

Here is the list of TODO

ruimashita commented 5 years ago

@iizukak Yes, It is high priority. So many people ask us when the Sem Seg is supported.

iizukak commented 5 years ago

I did some experiments with CamVid dataset. I found semantic segmentation dose not work well with momentum optimizer. Adam works well. So I decided to add optimizer selection feature first.

See #138

After optimizer selector implemented. I'll back to this issue.

iizukak commented 5 years ago

I made PR for this issue.

But it is so Big. And I'll separete that PR for smaller PRs (maybe 4 or 5).

I wrote how to separate, here. https://github.com/blue-oil/blueoil/issues/88#issue-396365721