-
Notifications
You must be signed in to change notification settings - Fork 45.7k
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
Any plans to release EfficientNet based SSD for object detection ? [Question] #6996
Comments
Thank you for your post. We noticed you have not filled out the following field in the issue template. Could you update them if they are relevant in your case, or leave them as N/A? Thanks. |
What is the top-level directory of the model you are using : N/A |
I'm also very interested in this. I'm currently using the tpu implementations of retinanet and efficientnet together, but that code is very centered on tpu training and I've had to rewrite a bunch just to make it work on GPUs. Plus, the TFRecord input format is a pain file-size-wise. Would be great to get an implementation with better support for people who can't afford TPUs. |
Hi @lukasschmit |
This looks like a complete unprofessional project. No Imagenet models for the following:
|
There are TF2 (Keras) compatible ImageNet models for EfficientNet, just not part of this repo yet. See https://github.com/keras-team/keras-applications Regarding EfficientNet for object detection, you might be interested in EfficientDet which is a recent variation of EfficientNet for object detection. This is a very recent paper and the code isn't public yet. https://arxiv.org/abs/1911.09070 There's an issue on tensorflow/tpu tracking when it will be released tensorflow/tpu#611 |
I have to ask... why there has been absolutely no work in this repo in last few months ? |
A mobile-compatible EfficientNet was released this month. Please try it out, and make sure to check the release notes for specific features. Thanks! |
An anchor free version with EfficientDet backbone is available at https://github.com/xuannianz/SAPD. For others anchor free models tensorflow/hub#424 @dynamicwebpaige P.s. Users still need to always spread tickets everywhere tensorflow/tpu#611. I hope that we could centralize models. |
See also tensorflow/tpu#696 |
And I suppose we need also an EfficientDet-lite version after https://blog.tensorflow.org/2020/03/higher-accuracy-on-vision-models-with-efficientnet-lite.html |
The release was announced today but in another Google (AutoML) repo.. just to have a little bit more fragmentation. |
Hi, EfficientDet is open sourced by Mingxing in automl dedicated repository. We are very close to release EfficientNet image classification training scripts (currently for basic EfficientNet architecture) in tensorflow/models/official/vision. |
@saberkun I hope that from a pratical point of view we could use It also with new Efficientnet light backbone. /cc @mingxingtan |
Any plans to release EfficientNet based SSD for object detection ?
The text was updated successfully, but these errors were encountered: