Skip to content

Commit

Permalink
Remove deprecated utils (#1477)
Browse files Browse the repository at this point in the history
* removed deprecated convert scripts

* updated changelog
  • Loading branch information
azhavoro authored Apr 30, 2020
1 parent 3d4e726 commit f4ae611
Show file tree
Hide file tree
Showing 25 changed files with 3 additions and 1,930 deletions.
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

0 comments on commit f4ae611

Please sign in to comment.