未验证 提交 e4e8da28 编写于 作者: M Maria Khrustaleva 提交者: GitHub

Fix create manifest command (#5172)

上级 c30c97b6
......@@ -59,6 +59,7 @@ non-ascii paths while adding files from "Connected file share" (issue #4428)
- Skeleton points exported out of order in the COCO Keypoints format
(<https://github.com/opencv/cvat/issues/5048>)
- Changing an object causes current z layer to be set to the maximum (<https://github.com/opencv/cvat/pull/5145>)
- Create manifest with cvat/server docker container command (<https://github.com/opencv/cvat/pull/5172>)
### Security
- TDB
......
......@@ -60,8 +60,7 @@ optional arguments:
### Alternative way to use with cvat/server
```bash
docker run -it --entrypoint python3 -v /path/to/host/data/:/path/inside/container/:rw cvat/server
utils/dataset_manifest/create.py --output-dir /path/to/manifest/directory/ /path/to/data/
docker run -it -u root --entrypoint bash -v /path/to/host/data/:/path/inside/container/:rw cvat/server -c "pip3 install -r utils/dataset_manifest/requirements.txt && python3 utils/dataset_manifest/create.py --output-dir /path/to/manifest/directory/ /path/to/data/"
```
### Examples of using
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册