Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you have any plan to support EfficientDet series? #160

Open
TPFRL opened this issue Dec 4, 2020 · 3 comments
Open

Do you have any plan to support EfficientDet series? #160

TPFRL opened this issue Dec 4, 2020 · 3 comments

Comments

@TPFRL
Copy link

TPFRL commented Dec 4, 2020

Thanks for making this awesome project!

It will be really great if EfficientDet-series are available on tkDNN platform.
As I understand, three additional features need to be implemented:

  1. swish activation function
  2. [scale_channels] layer
  3. [shortcut] layer with weighted multi input

Do you have any plan to support any of these features?

@mive93
Copy link
Collaborator

mive93 commented Dec 4, 2020

Hi @TPFRL
Thank you!
For now, we do not have in plan to add them, however it could be possible that in the future we'll support them.
Generally, we port the thing that we need for the projects we work on.

In any case, thank you for your notes!
I will let you know if we'll start working on that.

@chjej202
Copy link

Hi @mive93

Somebody created a new pull request (#172) which implements scale_channels and swish activation to support enet-coco.cfg

How about merge this pull request to your branch?

@mive93
Copy link
Collaborator

mive93 commented Jan 4, 2021

Hi @chjej202
we have many things to merge to the master (segmentation networks, 3d object detection, tracking), but we have several things to do first at work. As soon as we'll have time, we'll consider that also.
Thanks for the remainder in any case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants