未验证 提交 eac21b19 编写于 作者: B Bubbliiiing 提交者: GitHub

Update train.py

上级 9ced6c76
......@@ -168,7 +168,7 @@ if __name__ == "__main__":
h, w = input_shape
# 创建yolo模型
print('Create YOLOv3 model with {} anchors and {} classes.'.format(num_anchors, num_classes))
print('Create YOLOv4 model with {} anchors and {} classes.'.format(num_anchors, num_classes))
model_body = yolo_body(image_input, num_anchors//3, num_classes)
# 载入预训练权重
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册