-
Notifications
You must be signed in to change notification settings - Fork 45.8k
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
Mobilenet v3 #6815
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. |
System information
|
Have the same question. |
Yes, I have found this is applicable.https://github.com/kuan-wang/pytorch-mobilenet-v3 |
Adding on to the request, improved segmentation, object detection models with Mobilenet V3 backbone as explained in the paper |
Please give a link to the official repository Mobilenet v3. I can not find |
Given that the MobileNet V3 SSDLite models have been published recently, it would be great to have an example how to run a prediction using this model. The model seems to produce different results compared to the v1 and v2 models. Do you plan to make a tutorial available that shows what preprocessing is needed on the inputs and how to process the outputs? |
Is there any update on the above question? The "ssd_mobilenet_v3_large_coco" model that was posted on Oct. 15 on de model zoo (https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md) has an output structure that is different from other object detection models. For example if you import the model.tflite from the tar file into https://lutzroeder.github.io/netron/, you get following output: |
It looks like folks are interested in MobileNet V3 architecture TF code. TF Object detection model repo has the definitions of mobilenet architectures. https://github.com/tensorflow/models/tree/master/research/slim/nets/mobilenet hope this helps. |
Is this still an issue?.Please, close this thread if your issue was resolved.Thanks! |
Do we have plans for including it in TF Hub Model repository? |
Do you will release Mobilenet v3?
https://arxiv.org/abs/1905.02244
The text was updated successfully, but these errors were encountered: