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

Remove deprecated utils #1477

Merged
merged 2 commits into from
Apr 30, 2020
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-

### Removed
-
- Annotation convertation utils, currently supported natively via Datumaro framework (https://github.com/opencv/cvat/pull/1477)

### Fixed
- Auto annotation, TF annotation and Auto segmentation apps (https://github.com/opencv/cvat/pull/1409)
Expand Down
7 changes: 2 additions & 5 deletions utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
## Description

This folder contains some useful utilities for Computer Vision Annotation Tool (CVAT). To read about a certain utility please choose a link:
- [Convert CVAT XML to PASCAL VOC](voc/converter.md)
- [Convert CVAT XML to MS COCO](coco/converter.md)
- [Convert CVAT XML to PNG mask](mask/converter.md)
- [Convert CVAT XML to TFRECORDS](tfrecords/converter.md)
- [Convert CVAT XML to YOLO](yolo/converter.md)
[Auto Annotation Runner](auto_annotation/README.md)
- [Command line interface for working with CVAT tasks](cli/README.md)
Empty file removed utils/coco/__init__.py
Empty file.
58 changes: 0 additions & 58 deletions utils/coco/converter.md

This file was deleted.

Loading