Fix auto annotation doc ##2843 (#2847)

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
Co-authored-by: hustfyb <hustfyb@gmail.com>
Co-authored-by: Mingxin Zheng <Mingxin.Zheng@Philips.com>
main
Mingxin Zheng 5 years ago committed by GitHub
parent 81cd6aefb1
commit 45a0530fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>) - 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>) - 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>) - 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>) - Fixed of receiving function variable (<https://github.com/openvinotoolkit/cvat/pull/2860>)
### Security ### Security

@ -37,14 +37,14 @@
```bash ```bash
nuctl deploy --project-name cvat \ nuctl deploy --project-name cvat \
--path serverless/openvino/dextr/nuclio \ --path serverless/openvino/dextr/nuclio \
--volume `pwd`/serverless/openvino/common:/opt/nuclio/common \ --volume `pwd`/serverless/common:/opt/nuclio/common \
--platform local --platform local
``` ```
```bash ```bash
nuctl deploy --project-name cvat \ nuctl deploy --project-name cvat \
--path serverless/openvino/omz/public/yolo-v3-tf/nuclio \ --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 --platform local
``` ```

Loading…
Cancel
Save