From e67dffa6a3d49877b8fef2a26cb11978c2729dd0 Mon Sep 17 00:00:00 2001 From: iliya mironov Date: Fri, 20 Nov 2020 09:24:14 +0300 Subject: [PATCH] Update tf2 yolov4 docs support (#3227) Co-authored-by: Your Name --- .../prepare_model/convert_model/Convert_Model_From_TensorFlow.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md b/docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md index 4e07e974cd9..077e35db9d1 100644 --- a/docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md +++ b/docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md @@ -114,6 +114,7 @@ Where `HEIGHT` and `WIDTH` are the input images height and width for which the m | Unet | [Repo](https://github.com/kkweon/UNet-in-Tensorflow) | | Keras-TCN | [Repo](https://github.com/philipperemy/keras-tcn) | | PRNet | [Repo](https://github.com/YadiraF/PRNet) | +| YOLOv4 | [Repo](https://github.com/Ma-Dan/keras-yolo4) | * YOLO topologies from DarkNet* can be converted using [instruction](tf_specific/Convert_YOLO_From_Tensorflow.md), * FaceNet topologies can be converted using [instruction](tf_specific/Convert_FaceNet_From_Tensorflow.md).