diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 548c8091dd622a131c542fdf9a60e098987c3d5e..c649d0b4b5384cb4a1d1d61ff0e6603a34d3b5ac 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -18,6 +18,8 @@ # Contributors - **[Victor Salimonov](https://github.com/VikTorSalimonov)** -- **[Sebastián Yonekura](https://github.com/syonekura)** - * Documentation, screencasts + +- **[Sebastián Yonekura](https://github.com/syonekura)** + * [convert_to_voc.py](cvat/utils/convert_to_voc.py) - an utility for + converting CVAT XML to PASCAL VOC data annotation format. \ No newline at end of file diff --git a/cvat/requirements/base.txt b/cvat/requirements/base.txt index a50cf62dd4c7ee1ae7decef4dc4704054c1e30eb..bd216aa428f995eed6b65ebf3f9543be9890f8f6 100644 --- a/cvat/requirements/base.txt +++ b/cvat/requirements/base.txt @@ -21,5 +21,4 @@ rq==0.10.0 scipy==1.0.1 sqlparse==0.2.4 django-sendfile==0.3.11 -dj-pagination==2.3.2 -pascal-voc-writer==0.1.4 \ No newline at end of file +dj-pagination==2.3.2 \ No newline at end of file diff --git a/cvat/scripts/__init__.py b/cvat/utils/__init__.py similarity index 100% rename from cvat/scripts/__init__.py rename to cvat/utils/__init__.py diff --git a/cvat/scripts/pascal_voc.py b/cvat/utils/convert_to_voc.py similarity index 100% rename from cvat/scripts/pascal_voc.py rename to cvat/utils/convert_to_voc.py diff --git a/cvat/utils/requirements.txt b/cvat/utils/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..5528df436178b604f607732c0f86f5a25c9c38a7 --- /dev/null +++ b/cvat/utils/requirements.txt @@ -0,0 +1 @@ +pascal-voc-writer==0.1.4 \ No newline at end of file