.dockerignore
.eslintrc.json
.gitignore
.prettierrc.yaml
.pylintrc
Dockerfile
LICENSE
README.md
mypy.ini
package-lock.json
package.json
pyproject.toml
setup.py
tsconfig.json
tsconfig.test.json
webpack.config.js
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/build.yml
.github/workflows/setup.yml
.vscode/README.md
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/.ropeproject/config.py
app/config/bot_config.yml
app/config/default_config.yml
app/config/redis.conf
app/config/s3_config.yml
app/config/test_config.yml
app/css/image.css
app/dev/speed_test.html
app/html/admin.html
app/html/callback.ejs
app/html/create.html
app/html/dashboard.html
app/html/index.html
app/html/label.html
app/html/vendor.html
app/html/worker.html
app/icons/view-full.svg
app/icons/view-split.svg
app/img/favicon.ico
app/img/loading.png
app/img/scalabel_white.svg
app/src/action/box2d.ts
app/src/action/box3d.ts
app/src/action/common.ts
app/src/action/image.ts
app/src/action/plane3d.ts
app/src/action/point_cloud.ts
app/src/action/polygon2d.ts
app/src/action/select.ts
app/src/action/tag.ts
app/src/action/track.ts
app/src/auto/README.md
app/src/auto/track/README.md
app/src/auto/track/interp/interp.ts
app/src/auto/track/interp/linear/README.md
app/src/auto/track/interp/linear/box2d.ts
app/src/auto/track/interp/linear/points2d.ts
app/src/common/cognito.ts
app/src/common/configure_store.ts
app/src/common/label.tsx
app/src/common/reducer.ts
app/src/common/service.ts
app/src/common/session.ts
app/src/common/session_init.tsx
app/src/common/session_setup.tsx
app/src/common/simple_store.ts
app/src/common/sync_middleware.ts
app/src/common/synchronizer.ts
app/src/common/track.ts
app/src/common/uid.ts
app/src/common/util.ts
app/src/common/window.ts
app/src/components/button.tsx
app/src/components/component.ts
app/src/components/create_form.tsx
app/src/components/create_project.tsx
app/src/components/crosshair.tsx
app/src/components/dashboard.tsx
app/src/components/dashboard_admin.tsx
app/src/components/dashboard_header.tsx
app/src/components/dashboard_init.tsx
app/src/components/dashboard_table.tsx
app/src/components/dashboard_worker.tsx
app/src/components/divided_page.tsx
app/src/components/drawable_viewer.tsx
app/src/components/header_page.tsx
app/src/components/homography_canvas.tsx
app/src/components/homography_viewer.tsx
app/src/components/image3d_viewer.tsx
app/src/components/image_canvas.tsx
app/src/components/label2d_canvas.tsx
app/src/components/label3d_canvas.tsx
app/src/components/label_layout.tsx
app/src/components/label_pane.tsx
app/src/components/message_box.ts
app/src/components/mouse_event_listeners.tsx
app/src/components/player_control.tsx
app/src/components/point_cloud_canvas.tsx
app/src/components/sidebar_projects.tsx
app/src/components/tag_3d_canvas.tsx
app/src/components/title_bar.tsx
app/src/components/toolbar.tsx
app/src/components/toolbar_category.tsx
app/src/components/toolbar_list_button.tsx
app/src/components/toolbar_switch.tsx
app/src/components/upload_button.tsx
app/src/components/util.ts
app/src/components/viewer.ts
app/src/components/viewer2d.tsx
app/src/components/viewer3d.tsx
app/src/components/window.tsx
app/src/const/action.ts
app/src/const/common.ts
app/src/const/config.ts
app/src/const/connection.ts
app/src/const/project.ts
app/src/const/storage.ts
app/src/dev/speed_test.js
app/src/drawable/states.ts
app/src/drawable/util.ts
app/src/drawable/2d/box2d.ts
app/src/drawable/2d/common.ts
app/src/drawable/2d/custom_label.ts
app/src/drawable/2d/label2d.ts
app/src/drawable/2d/label2d_handler.ts
app/src/drawable/2d/label2d_list.ts
app/src/drawable/2d/node2d.ts
app/src/drawable/2d/path_point2d.ts
app/src/drawable/2d/point2d.ts
app/src/drawable/2d/poly_path_point2d.ts
app/src/drawable/2d/polygon2d.ts
app/src/drawable/2d/rect2d.ts
app/src/drawable/2d/style.ts
app/src/drawable/2d/tag2d.ts
app/src/drawable/3d/box3d.ts
app/src/drawable/3d/common.ts
app/src/drawable/3d/cube3d.ts
app/src/drawable/3d/grid3d.ts
app/src/drawable/3d/intrinsic_camera.ts
app/src/drawable/3d/label3d.ts
app/src/drawable/3d/label3d_handler.ts
app/src/drawable/3d/label3d_list.ts
app/src/drawable/3d/object3d.ts
app/src/drawable/3d/plane3d.ts
app/src/drawable/3d/shape3d.ts
app/src/drawable/3d/control/controller.ts
app/src/drawable/3d/control/rotation_control.ts
app/src/drawable/3d/control/rotation_ring.ts
app/src/drawable/3d/control/scale_axis.ts
app/src/drawable/3d/control/scale_control.ts
app/src/drawable/3d/control/transformation_control.ts
app/src/drawable/3d/control/translation_axis.ts
app/src/drawable/3d/control/translation_control.ts
app/src/drawable/3d/control/translation_plane.ts
app/src/entries/admin.tsx
app/src/entries/create.tsx
app/src/entries/dashboard.tsx
app/src/entries/label.index.ts
app/src/entries/vendor.tsx
app/src/entries/worker.tsx
app/src/functional/common.ts
app/src/functional/id2string.ts
app/src/functional/selector.ts
app/src/functional/state_util.ts
app/src/functional/states.ts
app/src/functional/track.ts
app/src/functional/util.ts
app/src/math/3d.ts
app/src/math/size2d.ts
app/src/math/vector.ts
app/src/math/vector2d.ts
app/src/math/vector3d.ts
app/src/server/README.md
app/src/server/bdd_type_transformers.ts
app/src/server/bot.ts
app/src/server/bot_manager.ts
app/src/server/config.ts
app/src/server/create_project.ts
app/src/server/defaults.ts
app/src/server/export.ts
app/src/server/file_storage.ts
app/src/server/hub.ts
app/src/server/import.ts
app/src/server/listeners.ts
app/src/server/logger.ts
app/src/server/main.ts
app/src/server/model_interface.ts
app/src/server/path.ts
app/src/server/project_store.ts
app/src/server/redis_cache.ts
app/src/server/redis_client.ts
app/src/server/redis_pub_sub.ts
app/src/server/s3_storage.ts
app/src/server/socket_interface.ts
app/src/server/stats.ts
app/src/server/storage.ts
app/src/server/user_manager.ts
app/src/server/util.ts
app/src/server/controller/callback.ts
app/src/server/exception/httpException.ts
app/src/server/exception/index.ts
app/src/server/middleware/cognitoAuth.ts
app/src/server/middleware/errorHandler.ts
app/src/styles/create.tsx
app/src/styles/dashboard.tsx
app/src/styles/general.tsx
app/src/styles/label.ts
app/src/styles/navigation_page.tsx
app/src/styles/split_pane.tsx
app/src/styles/theme.tsx
app/src/styles/viewer.tsx
app/src/thirdparty/PLYLoader.tsx
app/src/types/action.ts
app/src/types/common.ts
app/src/types/config.ts
app/src/types/export.ts
app/src/types/message.ts
app/src/types/project.ts
app/src/types/redux.ts
app/src/types/state.ts
app/src/view_config/image.ts
app/src/view_config/point_cloud.ts
app/test/actions/box2d.test.ts
app/test/actions/common.test.ts
app/test/actions/link.test.ts
app/test/actions/polygon2d.test.ts
app/test/actions/tag.test.ts
app/test/actions/track.test.ts
app/test/actions/types.test.ts
app/test/auto/track/interp/box2d.test.ts
app/test/auto/track/interp/interp.test.ts
app/test/auto/track/interp/polygon2d.test.ts
app/test/common/sync_middleware.test.ts
app/test/common/synchronizer.test.tsx
app/test/common/util.test.ts
app/test/components/box2d.test.tsx
app/test/components/canvas_util.tsx
app/test/components/create.test.tsx
app/test/components/dashboard.test.tsx
app/test/components/label3d_canvas.test.tsx
app/test/components/polygon.test.tsx
app/test/components/titlebar.test.tsx
app/test/components/toolbar.test.tsx
app/test/components/track.test.tsx
app/test/components/util.ts
app/test/components/window.test.tsx
app/test/drawable/box2d.test.ts
app/test/drawable/handler.test.ts
app/test/drawable/label3d_handler.test.ts
app/test/drawable/polygon.test.ts
app/test/drawable/template.test.ts
app/test/drawable/track.test.ts
app/test/drawable/util.ts
app/test/functional/state.test.ts
app/test/math/vector.test.ts
app/test/project/box2d.disabledtest.tsx
app/test/project/util.tsx
app/test/server/bot.test.ts
app/test/server/bot_manager.test.ts
app/test/server/create_project.test.ts
app/test/server/export.test.ts
app/test/server/file_storage.test.ts
app/test/server/hub.test.ts
app/test/server/model_interface.test.ts
app/test/server/path.test.ts
app/test/server/redis_cache.test.ts
app/test/server/redis_client.test.ts
app/test/server/redis_pub_sub.test.ts
app/test/server/s3_storage.test.ts
app/test/server/stats.test.ts
app/test/server/user_manager.test.ts
app/test/server/util.test.ts
app/test/server/util/util.ts
app/test/setup/global_setup.ts
app/test/setup/global_teardown.ts
app/test/setup/local_setup.ts
app/test/setup/setup_jest_after_env.ts
app/test/test_states/sample_export.json
app/test/test_states/sample_project.json
app/test/test_states/sample_state.json
app/test/test_states/sample_state_polygon.json
app/test/test_states/test_creation_objects.ts
app/test/test_states/test_export_objects.ts
app/test/test_states/test_image_objects.ts
app/test/test_states/test_point_cloud_objects.ts
app/test/test_states/test_track_objects.ts
app/test/util/label_collector.ts
app/test/util/shape.ts
app/test/util/state.ts
app/test/util/track_collector.ts
doc/Makefile
doc/requirements.txt
doc/upload.sh
doc/src/2d-bb.rst
doc/src/2d-interface.rst
doc/src/auto-label.rst
doc/src/conf.py
doc/src/config.rst
doc/src/format.rst
doc/src/index.rst
doc/src/installation.rst
doc/src/instance-segmentation.rst
doc/src/keyboard.rst
doc/src/quick-start.rst
doc/src/setup.rst
doc/src/tools.rst
doc/src/video-tracking.rst
doc/static/favicon.ico
doc/static/logo.svg
doc/static/css/custom.css
examples/bbox_attributes.yml
examples/cat.webp
examples/categories.yml
examples/dancing1k.yml
examples/dancing2k.yml
examples/drivable_area_categories.yml
examples/human_pose_spec.yml
examples/image_list.json
examples/image_list.yml
examples/image_list_with_auto_labels.json
examples/image_list_with_auto_labels_v2.json
examples/image_tags.yml
examples/lane_attributes.yml
examples/lane_categories.yml
examples/point_cloud_list.yml
examples/segmentation_attributes.yml
examples/three_level_categories.yml
examples/tree_structured_categories.yml
examples/two_level_categories.yml
scalabel/__init__.py
scalabel/__init__.pyc
scalabel/py.typed
scalabel.egg-info/PKG-INFO
scalabel.egg-info/SOURCES.txt
scalabel.egg-info/dependency_links.txt
scalabel.egg-info/requires.txt
scalabel.egg-info/top_level.txt
scalabel/bot/__init__.py
scalabel/bot/__init__.pyc
scalabel/bot/polyrnn.patch
scalabel/bot/polyrnn_adapter.py
scalabel/bot/seg_base.py
scalabel/bot/seg_dummy.py
scalabel/bot/server.py
scalabel/common/__init__.py
scalabel/common/io.py
scalabel/common/io_test.py
scalabel/common/logger.py
scalabel/common/parallel.py
scalabel/common/parallel_test.py
scalabel/common/typing.py
scalabel/label/__init__.py
scalabel/label/coco_typing.py
scalabel/label/from_coco.py
scalabel/label/io.py
scalabel/label/io_test.py
scalabel/label/to_coco.py
scalabel/label/to_coco_test.py
scalabel/label/transforms.py
scalabel/label/transforms_test.py
scalabel/label/typing.py
scalabel/label/testcases/image_list_with_auto_labels.json
scalabel/tools/README.md
scalabel/tools/__init__.py
scalabel/tools/detect_ground.py
scalabel/tools/edit_labels.py
scalabel/tools/launch_server.py
scalabel/tools/prepare_data.py
scalabel/unittest/__init__.py
scalabel/unittest/util.py
scalabel/vis/__init__.py
scalabel/vis/geometry.py
scalabel/vis/helper.py
scalabel/vis/labels.py
scripts/docker_push.sh
scripts/install_go_packages.sh
scripts/lint.sh
scripts/pre-commit.sh
scripts/requirements.txt
scripts/setup.sh
scripts/setup_local_dir.sh
scripts/setup_osx.sh
scripts/setup_ubuntu.sh