Skip to content

Commit 5a34e7f

Browse files
committed
Merge branch 'develop' into vsaltykovx/add_mmdetection_input_parameters_validation
2 parents af5b029 + 533ba44 commit 5a34e7f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ote_cli/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* `ote demo` - run model inference on images, videos, webcam in order to see how it works on user's data.
1313
* `ote deploy` - create openvino.zip with self-contained python package, demo application and exported model.
1414

15-
### Jupyter nootebooks
16-
* [Face detection nootebook](notebooks/train.ipynb) - demonstrates how to train, evaluate and export face detection model.
15+
### Jupyter notebooks
16+
* [Face detection notebook](notebooks/train.ipynb) - demonstrates how to train, evaluate and export face detection model.
1717

1818
## Quick Start Guide
1919
In order to see more details please click [here](../QUICK_START_GUIDE.md).

ote_sdk/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy>=1.16.4
22
scikit-learn==0.24.*
3-
Shapely==1.7.*
3+
Shapely==1.8.*
44
networkx~=2.5
55
opencv-python==4.5.3.*
66
pymongo>=3.9

0 commit comments

Comments
 (0)