【问题标题】:retrain model when I am only interested of a subcategory of the existing classes当我只对现有类的子类别感兴趣时重新训练模型
【发布时间】:2019-10-24 01:10:28
【问题描述】:

我想使用 tensorflow 对象检测 API 中的训练模型,特别是我想使用在 google open imaged 上训练的 faster_rcnn_inception_resnet_v2_atrous_oid_v4。我对检测所有 601 个类不感兴趣,而是想检测 10 个子类。如果我保留最后一层,我是否会提高准确性,或者在模型完成预测后过滤我不感兴趣的层会更好。如果我选择保留,是否可以再次保留带有谷歌打开图像的图像的模型,或者最好使用不同的数据。

【问题讨论】:

    标签: tensorflow object-detection tensorflow-serving object-detection-api


    【解决方案1】:

    This official example 似乎对你有帮助。

    【讨论】:

      猜你喜欢
      • 2011-01-07
      • 1970-01-01
      • 2017-04-14
      • 1970-01-01
      • 2020-01-09
      • 2018-10-26
      • 1970-01-01
      • 1970-01-01
      • 2021-09-14
      相关资源
      最近更新 更多