From 6bd3162e44b2687f33bfd7270401882cbd0800ff Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 29 Aug 2019 14:43:06 +0800 Subject: [PATCH] Update x2paddle_model_zoo.md --- x2paddle_model_zoo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x2paddle_model_zoo.md b/x2paddle_model_zoo.md index 331330c..42e2fc6 100644 --- a/x2paddle_model_zoo.md +++ b/x2paddle_model_zoo.md @@ -17,9 +17,9 @@ | VGG16 | [code](https://github.com/tensorflow/models/blob/master/research/slim/nets/vgg.py) |-| | ResNet_V1_101 | [code](https://github.com/tensorflow/models/blob/master/research/slim/nets/resnet_v1.py) |-| | ResNet_V2_101 | [code](https://github.com/tensorflow/models/blob/master/research/slim/nets/resnet_v2.py) |-| -| UNet | [code1](https://github.com/jakeret/tf_unet )/[code2](https://github.com/lyatdawn/Unet-Tensorflow) +| UNet | [code1](https://github.com/jakeret/tf_unet )/[code2](https://github.com/lyatdawn/Unet-Tensorflow) |-| |MTCNN | [code](https://github.com/AITTSMD/MTCNN-Tensorflow) |-| -|YOLO-V3| [code](https://github.com/YunYang1994/tensorflow-yolov3) | 转换需要关闭NHWC->NCHW的优化,见[文档Q2](https://github.com/PaddlePaddle/X2Paddle/blob/develop/FAQ.md) | +|YOLO-V3| [code](https://github.com/YunYang1994/tensorflow-yolov3) | 转换需要关闭NHWC->NCHW的优化,见[文档Q2](FAQ.md) | # Caffe -- GitLab