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

MobileDets backbones #274

Open
xonobo opened this issue Nov 9, 2020 · 2 comments
Open

MobileDets backbones #274

xonobo opened this issue Nov 9, 2020 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@xonobo
Copy link

xonobo commented Nov 9, 2020

Any plan to add the backbones of these detectors to the model zoo?

@rwightman rwightman added enhancement New feature or request help wanted Extra attention is needed labels Nov 10, 2020
@rwightman
Copy link
Collaborator

rwightman commented Nov 10, 2020

@xonobo I looked at this briefly, the mobiledet CPU, GPU and TPU backbone could be added to the efficientnet generator w/ an extra block type (Tucker) and some tweaks, but it doesn't look significantly different from mobilenetv2/v3/mnasnset so I'm not prioritizing it.

https://github.com/tensorflow/models/blob/420a7253e034a12ae2208e6ec94d3e4936177a53/research/object_detection/models/ssd_mobiledet_feature_extractor.py

Relation to blocks here, _fused_conv == EdgeTPU block, _inverterted_bottleneck == InvertedResidual , _inverted_bottleneck_no_expansion == DepthwiseSeparableConv , _tucker_conv is different

@deepwilson
Copy link

With minimal supervision I should be able to work on this.
Please could I work on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants