Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions configs/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Руководство по загрузке моделей из зоопарка моделей OpenVINO ###

**Пример на модели "efficientdet-d1-tf"**

- Шаг 1. Загружаем веса модели.

- Шаг 2. Генерируем файл архитектуры:

- Для генерации соответствующего файла *.pbtxt будем использовать скрипт tf_text_graph_efficientdet.py:
`python tf_text_graph_efficientdet.py --input efficientdet-d1_frozen.pb --config pipeline.config --output efficientdet-d1.pbtxt`


[Ссылка на скрипт](https://github.com/opencv/opencv/blob/4.x/samples/dnn/tf_text_graph_efficientdet.py)

[Ссылка на зоопарк моделей OpenVINO]( https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public)
Loading