Skip to content

Commit

Permalink
Fix auto annotation doc ##2843 (#2847)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Manovich <[email protected]>
Co-authored-by: hustfyb <[email protected]>
Co-authored-by: Mingxin Zheng <[email protected]>
  • Loading branch information
4 people authored Feb 26, 2021
1 parent 81cd6ae commit 45a0530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed cuboid perpective change (<https://github.com/openvinotoolkit/cvat/pull/2733>)
- Annotation page popups (ai tools, drawing) reset state after detecting, tracking, drawing (<https://github.com/openvinotoolkit/cvat/pull/2780>)
- Polygon editing using trailing point (<https://github.com/openvinotoolkit/cvat/pull/2808>)
- Updated the path to python for DL models inside automatic annotation documentation (<https://github.com/openvinotoolkit/cvat/pull/2847>)
- Fixed of receiving function variable (<https://github.com/openvinotoolkit/cvat/pull/2860>)

### Security
Expand Down
4 changes: 2 additions & 2 deletions cvat/apps/documentation/installation_automatic_annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
```bash
nuctl deploy --project-name cvat \
--path serverless/openvino/dextr/nuclio \
--volume `pwd`/serverless/openvino/common:/opt/nuclio/common \
--volume `pwd`/serverless/common:/opt/nuclio/common \
--platform local
```

```bash
nuctl deploy --project-name cvat \
--path serverless/openvino/omz/public/yolo-v3-tf/nuclio \
--volume `pwd`/serverless/openvino/common:/opt/nuclio/common \
--volume `pwd`/serverless/common:/opt/nuclio/common \
--platform local
```

Expand Down

0 comments on commit 45a0530

Please sign in to comment.