We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2853a9b commit 34c7ab0Copy full SHA for 34c7ab0
install.sh
@@ -16,6 +16,7 @@ pip install 'git+https://github.com/cocodataset/panopticapi.git'
16
pip install 'git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI'
17
18
pip install -e .
19
+# pip install superannotate
20
21
# for testing
22
pip install pytest pytest-xdist
superannotate/input_converters/converters/yolo_converters/__init__.py
superannotate/version.py
@@ -1 +1 @@
1
-__version__ = "2.2.3"
+__version__ = "2.2.4"
0 commit comments