From 8d87a8251853e6e849a33bd8f70aef2b436c9e9e Mon Sep 17 00:00:00 2001 From: Chetverikov Anton Date: Thu, 11 Mar 2021 10:43:34 +0300 Subject: [PATCH] Add STN to list of supported models --- .../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 610333909362ba..d0e36e83322405 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 @@ -115,6 +115,7 @@ Where `HEIGHT` and `WIDTH` are the input images height and width for which the m | 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) | +| STN | [Repo](https://github.com/oarriaga/STN.keras) | * 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).