Skip to content

Commit

Permalink
Merge branch 'develop' into vsaltykovx/add_mmdetection_input_paramete…
Browse files Browse the repository at this point in the history
…rs_validation
  • Loading branch information
saltykox committed Feb 17, 2022
2 parents af5b029 + 533ba44 commit 5a34e7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion external/mmdetection
4 changes: 2 additions & 2 deletions ote_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
* `ote demo` - run model inference on images, videos, webcam in order to see how it works on user's data.
* `ote deploy` - create openvino.zip with self-contained python package, demo application and exported model.

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

## Quick Start Guide
In order to see more details please click [here](../QUICK_START_GUIDE.md).
2 changes: 1 addition & 1 deletion ote_sdk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy>=1.16.4
scikit-learn==0.24.*
Shapely==1.7.*
Shapely==1.8.*
networkx~=2.5
opencv-python==4.5.3.*
pymongo>=3.9
Expand Down

0 comments on commit 5a34e7f

Please sign in to comment.