Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix filename for label in CamVid format #6600

Merged
merged 4 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Accidentally using prebuilt FFmpeg bundled in PyAV instead of the custom
build.
- Fix filename for label in CamVid format (<https://github.com/opencv/cvat/pull/6600>)

### Security

Expand Down
5 changes: 3 additions & 2 deletions site/content/en/docs/manual/advanced/formats/format-camvid.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Downloaded file: a zip archive of the following structure:

```bash
taskname.zip/
├── labelmap.txt # optional, required for non-CamVid labels
├── label_colors.txt # optional, required for non-CamVid labels
├── <any_subset_name>/
| ├── image1.png
| └── image2.png
Expand All @@ -22,8 +22,9 @@ taskname.zip/
| └── image2.png
└── <any_subset_name>.txt

# labelmap.txt
# label_colors.txt
# color (RGB) label
# if you do not enter a color (RGB) value, it will be set automatically.
zhiltsov-max marked this conversation as resolved.
Show resolved Hide resolved
0 0 0 Void
64 128 64 Animal
192 0 128 Archway
Expand Down