← Package directory
Available on winget

Install vott

Visual Object Tagging Tool (VoTT) - an annotation and labeling tool for images and video.

Install with winget
winget install --id Microsoft.vott
Upgrade
winget upgrade --id Microsoft.vott
Uninstall
winget uninstall --id Microsoft.vott

About vott

Visual Object Tagging Tool (VoTT) - an annotation and labeling tool for images and video.

What's new in 2.2.0

New Feature - Localization support for Traditional Chinese, Simplified Chinese, and Korean - CNTK Export Bug Fixes Changes: - release: Update minor version to 2.2.0 NO_CI - fix: sidebar not showing thumbnails (#969) - Merge pull request #964 from microsoft/myho/updateReleasePipeline - remove commneted out code - update docs - chore: update & document release process - Merge pull request #957 from microsoft/myho/mergeDevelop - fix: tests failing on windows agent - Merge branch 'develop' - feat: Simplified Chinese language support (#948)

Read release notes

Version history

Version Updated Notes
2.2.0 Unknown New Feature - Localization support for Traditional Chinese, Simplified Chinese, and Korean - CNTK Export Bug Fixes Changes: - release: Update minor version to 2.2.0 NO_CI - fix: sidebar not showing thumbnails (#969) - Me...