From 6b205210ed8ba82305309959da4fe013adee051c Mon Sep 17 00:00:00 2001 From: wjj19950828 Date: Sun, 11 Jul 2021 19:37:37 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18037d3..3e0d531 100644 --- a/README.md +++ b/README.md @@ -123,8 +123,8 @@ x2paddle --framework=caffe --prototxt=deploy.prototxt --weight=deploy.caffemodel **2021.07.09** -1. 新增MMDetection模型库支持,包括YOLO-V3、FCOS、RetinaNet、SSD、Faster R-CNN以及FSAF,有相关AP精度对比,具体参考[MMDetection模型转换指南](./docs/inference_model_convertor/toolkits/MMDetection2paddle.md) -2. 新增Pytorch训练代码转换对[CRAFT](https://github.com/clovaai/CRAFT-pytorch)以及[Seg-Swin-Transformer](https://github.com/open-mmlab/mmsegmentation/tree/master/configs/swin)的支持 +1. 新增MMDetection模型库支持,包括YOLO-V3、FCOS、RetinaNet、SSD、Faster R-CNN以及FSAF,有相关AP精度对比,具体参考[MMDetection模型转换指南](./docs/inference_model_convertor/toolkits/MMDetection2paddle.md)。 +2. 新增Pytorch训练代码转换对[CRAFT](https://github.com/clovaai/CRAFT-pytorch)的支持,新增Pytorch预测模型转换对[Seg-Swin-Transformer](https://github.com/open-mmlab/mmsegmentation/tree/master/configs/swin)的支持。 3. 优化模型预测速度,去除forward函数开头to_tensor操作。 4. 新增Tensorflow op映射(1个):Sign。 5. 新增ONNX op映射(4个):NMS、ReduceL1、ReduceL2、3D Interpolate。 -- GitLab