Building compact subset of Vision model for MLKit
up vote
0
down vote
favorite
Vision model in MLKit's Cloud API has all the labels I need. In fact I need only 100 of its 10000 labels. Can we retrain a compact version of that model to detect only 100 labels and deploy it on the android device so the app can run without internet connection?
firebase firebase-mlkit
New contributor
add a comment |
up vote
0
down vote
favorite
Vision model in MLKit's Cloud API has all the labels I need. In fact I need only 100 of its 10000 labels. Can we retrain a compact version of that model to detect only 100 labels and deploy it on the android device so the app can run without internet connection?
firebase firebase-mlkit
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Vision model in MLKit's Cloud API has all the labels I need. In fact I need only 100 of its 10000 labels. Can we retrain a compact version of that model to detect only 100 labels and deploy it on the android device so the app can run without internet connection?
firebase firebase-mlkit
New contributor
Vision model in MLKit's Cloud API has all the labels I need. In fact I need only 100 of its 10000 labels. Can we retrain a compact version of that model to detect only 100 labels and deploy it on the android device so the app can run without internet connection?
firebase firebase-mlkit
firebase firebase-mlkit
New contributor
New contributor
New contributor
asked 11 hours ago
Sunand Sandurkar
6
6
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
That's precisely what Firebase ML Kit's image labeler does: it detects a subset of the labels that Cloud Vision detects by running a smaller ML model on-device.
If you want to control which labels it detects on the device, you'll have to train/use a custom model.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
That's precisely what Firebase ML Kit's image labeler does: it detects a subset of the labels that Cloud Vision detects by running a smaller ML model on-device.
If you want to control which labels it detects on the device, you'll have to train/use a custom model.
add a comment |
up vote
0
down vote
That's precisely what Firebase ML Kit's image labeler does: it detects a subset of the labels that Cloud Vision detects by running a smaller ML model on-device.
If you want to control which labels it detects on the device, you'll have to train/use a custom model.
add a comment |
up vote
0
down vote
up vote
0
down vote
That's precisely what Firebase ML Kit's image labeler does: it detects a subset of the labels that Cloud Vision detects by running a smaller ML model on-device.
If you want to control which labels it detects on the device, you'll have to train/use a custom model.
That's precisely what Firebase ML Kit's image labeler does: it detects a subset of the labels that Cloud Vision detects by running a smaller ML model on-device.
If you want to control which labels it detects on the device, you'll have to train/use a custom model.
answered 11 hours ago
Frank van Puffelen
219k25361387
219k25361387
add a comment |
add a comment |
Sunand Sandurkar is a new contributor. Be nice, and check out our Code of Conduct.
Sunand Sandurkar is a new contributor. Be nice, and check out our Code of Conduct.
Sunand Sandurkar is a new contributor. Be nice, and check out our Code of Conduct.
Sunand Sandurkar is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53416145%2fbuilding-compact-subset-of-vision-model-for-mlkit%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown