Skip to content

add configs/readme.md #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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