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

MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications #6

Open
guanfuchen opened this issue Nov 22, 2018 · 4 comments

Comments

@guanfuchen
Copy link
Owner

related paper

摘要
We present a class of efficient models called MobileNets for mobile and embedded vision applications. MobileNets are based on a streamlined architecture that uses depthwise separable convolutions to build light weight deep neural networks. We introduce two simple global hyperparameters that efficiently trade off between latency and accuracy. These hyper-parameters allow the model builder to choose the right sized model for their application based on the constraints of the problem. We present extensive experiments on resource and accuracy tradeoffs and show strong performance compared to other popular models on ImageNet classification. We then demonstrate the effectiveness of MobileNets across a wide range of applications and use cases including object detection, finegrain classification, face attributes and large scale geo-localization.
@guanfuchen
Copy link
Owner Author

applications

image

solutions

image

image

image

image

@guanfuchen
Copy link
Owner Author

detail about architecture

image

image

image

image

@guanfuchen
Copy link
Owner Author

guanfuchen commented Nov 22, 2018

results

image

image

image

@guanfuchen
Copy link
Owner Author

conclusion

image

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

No branches or pull requests

1 participant