Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

semantic segmentation support #21

Closed
tkng opened this issue Nov 13, 2018 · 1 comment
Closed

semantic segmentation support #21

tkng opened this issue Nov 13, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@tkng
Copy link
Contributor

tkng commented Nov 13, 2018

We're planning support of semantic segmentation task.

Actually, internally we've already supported, but there're some remaining problems

  • Current implementation does not work on FPGAs, since it breaks the channel number restriction.
  • Current implementation is very slow, since using 3x3 conv for the 1st layer. We have several choice to solve the problem, but I don't know which one is the better choice:
    • replace 3x3 conv with 1x1 conv, insert 3x3 quantized conv as 2nd conv layer.
    • insert space2depth before the 1st layer.
@ruimashita ruimashita added the enhancement New feature or request label Nov 13, 2018
@tkng
Copy link
Contributor Author

tkng commented Dec 11, 2018

fixed by #42.

@tkng tkng closed this as completed Dec 11, 2018
iizukak pushed a commit to iizukak/blueoil that referenced this issue May 30, 2019
ruimashita pushed a commit that referenced this issue Jun 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants