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

Is YOLACT feasible on mobile devices? #26

Closed
tensorflowt opened this issue May 4, 2019 · 1 comment
Closed

Is YOLACT feasible on mobile devices? #26

tensorflowt opened this issue May 4, 2019 · 1 comment

Comments

@tensorflowt
Copy link

First of all, I would like to thank you for your outstanding contribution. Secondly, I would like to ask how the algorithm you proposed works on mobile devices with insufficient computing power and computing memory. Could you give me some reasonable Suggestions? Thank you so much!

@dbolya
Copy link
Owner

dbolya commented May 6, 2019

I'm not familiar with running neural networks on mobile devices, but I'd guess the first step would be to train on a much lighter backbone like #27 suggests. We haven't done any testing with backbones lighter than VGG, but it should still be much faster than Mask R-CNN with the same backbone.

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

2 participants