缺少 CustomImageLabelerOptions。我在哪里可以找到它?

Posted

技术标签:

【中文标题】缺少 CustomImageLabelerOptions。我在哪里可以找到它?【英文标题】:CustomImageLabelerOptions is missing. Where can I find it? 【发布时间】:2021-08-16 01:15:45 【问题描述】:

我正在尝试使用 google 示例的修改版本进行图像分类。除了一件事之外,我已经完成了所有工作。未找到 CustomImageLabelerOptions 类。

我有

    implementation 'com.google.mlkit:image-labeling-custom:16.3.1'
    //implementation 'com.google.mlkit:image-labeling:17.0.4'


    aaptOptions 
        noCompress "tflite"
        // or noCompress "lite"
    

在成绩文件中。我也适当地添加了 maven。

这是我尝试使用 CustomImageLabelerOptions 的代码。

val cats_dogs_model = LocalModel.Builder().setAssetFilePath("cat_vs_dog.tflite").build()
        val customImageLabelerOptions = CustomImageLabelerOptions.Builder(cats_dogs_model)
                .setConfidenceThreshold(0.5f)
                .setMaxResultCount(5)
                .build()

关于找不到该类的任何想法?

【问题讨论】:

【参考方案1】:

我已经在本地尝试过这种依赖 implementation 'com.google.mlkit:image-labeling-custom:16.3.1',它似乎对我来说工作正常。

在 build.gradle 文件中添加implementation 'com.google.mlkit:image-labeling-custom:16.3.1' 后是否同步了项目?

【讨论】:

做到了。我不敢相信我错过了那个。 :)

以上是关于缺少 CustomImageLabelerOptions。我在哪里可以找到它?的主要内容,如果未能解决你的问题,请参考以下文章

调用支付jsapi 缺少参数appid

缺少 RapidAPI 应用程序密钥(不缺少)

调用jsapi缺少参数$key0$

SQL 错误:ORA-00907:缺少右括号 00907。00000 -“缺少右括号”

Kotlin 的列表缺少“添加”、“删除”、地图缺少“放置”等?

PLSQL Developer登陆的时候缺少一个选择连接为的选择框