未验证 提交 45a0530f 编写于 作者: M Mingxin Zheng 提交者: GitHub

Fix auto annotation doc ##2843 (#2847)

Co-authored-by: NNikita Manovich <nikita.manovich@intel.com>
Co-authored-by: Nhustfyb <hustfyb@gmail.com>
Co-authored-by: NMingxin Zheng <Mingxin.Zheng@Philips.com>
上级 81cd6aef
......@@ -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
......
......@@ -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
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册