【问题标题】:Object detection evaluation model main error目标检测评估模型主要错误
【发布时间】:2022-06-20 22:25:04
【问题描述】:

我目前正在开发一个对象检测模型效率网络,我尝试使用模型 main 评估我的模式但得到了错误

ValueError: Tensor("Detections_Left_Groundtruth_Right/0:0", shape=(), dtype=string) 必须与 Tensor("Loss/TargetAssignment/AvgNumGroundtruthBoxesPerImage:0", shape=(), dtype= string) (图是 FuncGraph(name=cond_true_48273, id=139640549532432) 和 )。

有人可以帮我吗?

【问题讨论】:

    标签: python tensorflow object-detection


    【解决方案1】:

    您可以通过正确传递检查点文件路径来修复它,例如: --checkpoint_dir=/checkpoint/ckpt-x 其中 x 是检查点编号。它对我有用。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-06-03
      • 1970-01-01
      • 2020-04-05
      • 2020-09-16
      • 2013-11-06
      • 1970-01-01
      • 2020-03-04
      • 1970-01-01
      相关资源
      最近更新 更多