Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 9ef5df7

Browse files
Added Nutella to the ML Kit Custom Model demo
1 parent 243cdae commit 9ef5df7

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
cereals
1+
nutella
22
juice
3-
nutella
3+
cereals
1.3 MB
Binary file not shown.
294 KB
Loading
-1.59 MB
Binary file not shown.

demo-ng/app/tabs/mlkit/mlkit.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export class MLKitComponent {
245245
// cloudModelName: "~/inception_v3_quant",
246246

247247
// note that there's an issue with this model (making the app crash): "ValueError: Model provided has model identifier 'Mobi', should be 'TFL3'" (reported by https://github.com/EddyVerbruggen/ns-mlkit-tflite-curated/blob/master/scripts/get_model_details.py)
248-
// localModelFile: "~/custommodel/nutella/retrained_quantized_model.tflite",
248+
// localModelFile: "~/custommodel/nutella/nutella_quantize.tflite",
249249
// labelsFile: "~/custommodel/nutella/nutella_labels.txt",
250250

251251
// localModelFile: "~/custommodel/mobilenet/mobilenet_quant_v2_1.0_299.tflite",

0 commit comments

Comments
 (0)