Skip to content

Commit af5b029

Browse files
committed
Merge branch 'develop' into vsaltykovx/add_mmdetection_input_parameters_validation
2 parents f9d96a7 + 3ebf8e9 commit af5b029

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/labeler.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# See help here: https://github.com/marketplace/actions/labeler
22

33
dependencies:
4-
- '**/*requirements*.*'
5-
- '**/setup.py'
4+
- "**/*requirements*.*"
5+
- "**/setup.py"
66
CLI:
7-
- 'ote_cli/**/*'
7+
- "ote_cli/**/*"
88
SDK:
9-
- 'ote_sdk/**/*'
9+
- "ote_sdk/**/*"
1010
tests:
11-
- 'tests/**/*'
11+
- "tests/**/*"
1212
tasks:
13-
- 'external/**/*'
13+
- "external/**/*"

external/mmdetection

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
openvino==2021.4.2
2-
openmodelzoo-modelapi @ git+https://github.com/openvinotoolkit/open_model_zoo/@master#egg=openmodelzoo-modelapi&subdirectory=demos/common/python
2+
openmodelzoo-modelapi @ git+https://github.com/openvinotoolkit/open_model_zoo/@ef556fee2cdd92488838b49ef8939c303992d89c#egg=openmodelzoo-modelapi&subdirectory=demos/common/python
33
ote-sdk @ git+https://github.com/openvinotoolkit/training_extensions/@OTE_COMMIT#egg=ote-sdk&subdirectory=ote_sdk

0 commit comments

Comments
 (0)