.git-blame-ignore-revs
.gitignore
.gitlab-ci.yml
README.md
pyproject.toml
pytest.ini
requirements-pinned.txt
requirements-unreleased.txt
sonar-project.properties
apptests/__init__.py
apptests/conftest.py
apptests/helperclasses.py
apptests/test_editableimg.py
apptests/test_fielddelegates.py
apptests/test_misc.py
apptests/test_params.py
apptests/test_pipeline.py
apptests/test_procimpls.py
apptests/test_project.py
apptests/test_quickloader.py
apptests/test_rois.py
apptests/test_s3app.py
apptests/test_tabledata.py
apptests/test_tableexport.py
apptests/test_tablemodel.py
apptests/test_tblviewproxy.py
apptests/test_threading.py
apptests/test_usemetrics.py
apptests/test_vertsplugin.py
apptests/testingconsts.py
apptests/files/sample.geojson
apptests/files/sample.superannotate.json
apptests/files/sample.vgg.csv
apptests/files/sample_plg.py
apptests/files/simplify_verts.csv
s3a/__init__.py
s3a/__main__.py
s3a/constants.py
s3a/generalutils.py
s3a/graphicsutils.py
s3a/logger.py
s3a/shared.py
s3a.egg-info/PKG-INFO
s3a.egg-info/SOURCES.txt
s3a.egg-info/dependency_links.txt
s3a.egg-info/entry_points.txt
s3a.egg-info/requires.txt
s3a.egg-info/top_level.txt
s3a/compio/__init__.py
s3a/compio/base.py
s3a/compio/componentio.py
s3a/compio/converters.py
s3a/compio/exporters.py
s3a/compio/helpers.py
s3a/compio/importers.py
s3a/compio/templates/geojson.tblcfg
s3a/compio/templates/s3a.tblcfg
s3a/compio/templates/superannotate.tblcfg
s3a/compio/templates/vggimageannotator.tblcfg
s3a/compio/templates/yolov5.tblcfg
s3a/config/imageproc.yml
s3a/config/multipred.yml
s3a/config/projectcfg.yml
s3a/controls/__init__.py
s3a/controls/drawctrl.py
s3a/controls/tableviewproxy.py
s3a/icons/accept.svg
s3a/icons/analytics.svg
s3a/icons/background.svg
s3a/icons/clear.svg
s3a/icons/clear_history.svg
s3a/icons/copy.svg
s3a/icons/create.svg
s3a/icons/edit.svg
s3a/icons/ellipse.svg
s3a/icons/fill.svg
s3a/icons/foreground.svg
s3a/icons/foregroundBackgroundPics.pptx
s3a/icons/freehand.svg
s3a/icons/invert.svg
s3a/icons/merge.svg
s3a/icons/move.svg
s3a/icons/mutex.svg
s3a/icons/paint.svg
s3a/icons/pan.svg
s3a/icons/point.svg
s3a/icons/polygon.svg
s3a/icons/predict.svg
s3a/icons/rectangle.svg
s3a/icons/reset.svg
s3a/icons/reset_zoom.svg
s3a/icons/s3alogo.svg
s3a/icons/select.svg
s3a/icons/split.svg
s3a/models/__init__.py
s3a/models/s3abase.py
s3a/models/tablemodel.py
s3a/parameditors/__init__.py
s3a/parameditors/algcollection.py
s3a/parameditors/appstate.py
s3a/parameditors/quickloader.py
s3a/parameditors/tablefilter.py
s3a/plugins/__init__.py
s3a/plugins/base.py
s3a/plugins/edit.py
s3a/plugins/file.py
s3a/plugins/help.py
s3a/plugins/mainimage.py
s3a/plugins/multipred.py
s3a/plugins/table.py
s3a/plugins/tablefield.py
s3a/plugins/tools.py
s3a/plugins/usermetrics.py
s3a/processing/__init__.py
s3a/processing/pipeline.py
s3a/processing/threads.py
s3a/processing/algorithms/__init__.py
s3a/processing/algorithms/imageproc.py
s3a/processing/algorithms/multipred.py
s3a/structures/__init__.py
s3a/structures/params.py
s3a/structures/typeoverloads.py
s3a/structures/vertices.py
s3a/tabledata/__init__.py
s3a/tabledata/data.py
s3a/tabledata/templatemgr.py
s3a/tabledata/yamlparser.py
s3a/views/__init__.py
s3a/views/buttons.py
s3a/views/clickables.py
s3a/views/fielddelegates.py
s3a/views/imageareas.py
s3a/views/regions.py
s3a/views/rois.py
s3a/views/s3agui.py
s3a/views/tableview.py