Skip to content

Commit 34c7ab0

Browse files
committed
Fix converter
1 parent 2853a9b commit 34c7ab0

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pip install 'git+https://github.com/cocodataset/panopticapi.git'
1616
pip install 'git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI'
1717

1818
pip install -e .
19+
# pip install superannotate
1920

2021
# for testing
2122
pip install pytest pytest-xdist

superannotate/input_converters/converters/yolo_converters/__init__.py

Whitespace-only changes.

superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.3"
1+
__version__ = "2.2.4"

0 commit comments

Comments
 (0)