self.model = load_model(h5_path,custom_objects={"yolo_head":yolo_head,'yolo_body':yolo_body,'tf': tf,'box_iou':box_iou,'': lambda y_true, output: output})中把缺少的东西加进去
您好,请问一下,我现在参考您例程将.h5文件转换成 .pb文件,这个里面的参数应该要填什么呀?谢谢!