MANIFEST.in
README.md
pyproject.toml
setup.py
supervisely/__init__.py
supervisely/_utils.py
supervisely/function_wrapper.py
supervisely/sly_logger.py
supervisely/tiny_timer.py
supervisely.egg-info/PKG-INFO
supervisely.egg-info/SOURCES.txt
supervisely.egg-info/dependency_links.txt
supervisely.egg-info/requires.txt
supervisely.egg-info/top_level.txt
supervisely/annotation/__init__.py
supervisely/annotation/annotation.py
supervisely/annotation/annotation_transforms.py
supervisely/annotation/json_geometries_map.py
supervisely/annotation/label.py
supervisely/annotation/obj_class.py
supervisely/annotation/obj_class_collection.py
supervisely/annotation/obj_class_mapper.py
supervisely/annotation/renamer.py
supervisely/annotation/tag.py
supervisely/annotation/tag_collection.py
supervisely/annotation/tag_meta.py
supervisely/annotation/tag_meta_collection.py
supervisely/annotation/tag_meta_mapper.py
supervisely/api/__init__.py
supervisely/api/advanced_api.py
supervisely/api/agent_api.py
supervisely/api/annotation_api.py
supervisely/api/api.py
supervisely/api/app_api.py
supervisely/api/dataset_api.py
supervisely/api/file_api.py
supervisely/api/image_annotation_tool_api.py
supervisely/api/image_api.py
supervisely/api/import_storage_api.py
supervisely/api/labeling_job_api.py
supervisely/api/module_api.py
supervisely/api/neural_network_api.py
supervisely/api/object_class_api.py
supervisely/api/plugin_api.py
supervisely/api/project_api.py
supervisely/api/project_class_api.py
supervisely/api/remote_storage_api.py
supervisely/api/report_api.py
supervisely/api/role_api.py
supervisely/api/task_api.py
supervisely/api/team_api.py
supervisely/api/user_api.py
supervisely/api/workspace_api.py
supervisely/api/entity_annotation/__init__.py
supervisely/api/entity_annotation/entity_annotation_api.py
supervisely/api/entity_annotation/figure_api.py
supervisely/api/entity_annotation/object_api.py
supervisely/api/entity_annotation/tag_api.py
supervisely/api/pointcloud/__init__.py
supervisely/api/pointcloud/pointcloud_annotation_api.py
supervisely/api/pointcloud/pointcloud_api.py
supervisely/api/pointcloud/pointcloud_episode_annotation_api.py
supervisely/api/pointcloud/pointcloud_episode_api.py
supervisely/api/pointcloud/pointcloud_figure_api.py
supervisely/api/pointcloud/pointcloud_object_api.py
supervisely/api/pointcloud/pointcloud_tag_api.py
supervisely/api/video/__init__.py
supervisely/api/video/video_annotation_api.py
supervisely/api/video/video_api.py
supervisely/api/video/video_figure_api.py
supervisely/api/video/video_frame_api.py
supervisely/api/video/video_object_api.py
supervisely/api/video/video_tag_api.py
supervisely/app/__init__.py
supervisely/app/content.py
supervisely/app/singleton.py
supervisely/app/fastapi/__init__.py
supervisely/app/fastapi/subapp.py
supervisely/app/fastapi/templating.py
supervisely/app/fastapi/websocket.py
supervisely/app/v1/__init__.py
supervisely/app/v1/app_service.py
supervisely/app/v1/constants.py
supervisely/app/v1/widgets/__init__.py
supervisely/app/v1/widgets/chart.py
supervisely/app/v1/widgets/compare_gallery.py
supervisely/app/v1/widgets/empty_grid_gallery.py
supervisely/app/v1/widgets/grid_gallery.py
supervisely/app/v1/widgets/predictions_dynamics_gallery.py
supervisely/app/v1/widgets/progress_bar.py
supervisely/app/v1/widgets/single_image_gallery.py
supervisely/aug/__init__.py
supervisely/aug/aug.py
supervisely/aug/imgaug_utils.py
supervisely/collection/__init__.py
supervisely/collection/key_indexed_collection.py
supervisely/collection/str_enum.py
supervisely/decorators/__init__.py
supervisely/decorators/profile.py
supervisely/delme_fastapi_helpers/__init__.py
supervisely/export/__init__.py
supervisely/export/pascal_voc.py
supervisely/geometry/__init__.py
supervisely/geometry/any_geometry.py
supervisely/geometry/bitmap.py
supervisely/geometry/bitmap_base.py
supervisely/geometry/constants.py
supervisely/geometry/conversions.py
supervisely/geometry/cuboid.py
supervisely/geometry/cuboid_3d.py
supervisely/geometry/geometry.py
supervisely/geometry/graph.py
supervisely/geometry/helpers.py
supervisely/geometry/image_rotator.py
supervisely/geometry/main_tests.py
supervisely/geometry/multichannel_bitmap.py
supervisely/geometry/point.py
supervisely/geometry/point_3d.py
supervisely/geometry/point_location.py
supervisely/geometry/pointcloud.py
supervisely/geometry/polygon.py
supervisely/geometry/polyline.py
supervisely/geometry/rectangle.py
supervisely/geometry/sliding_windows.py
supervisely/geometry/sliding_windows_fuzzy.py
supervisely/geometry/validation.py
supervisely/geometry/vector_geometry.py
supervisely/imaging/__init__.py
supervisely/imaging/_video.py
supervisely/imaging/color.py
supervisely/imaging/font.py
supervisely/imaging/image.py
supervisely/io/__init__.py
supervisely/io/docker_utils.py
supervisely/io/env.py
supervisely/io/fs.py
supervisely/io/fs_cache.py
supervisely/io/github_utils.py
supervisely/io/json.py
supervisely/io/multipart_stream_decoder.py
supervisely/io/network_exceptions.py
supervisely/labeling_jobs/__init__.py
supervisely/labeling_jobs/constants.py
supervisely/labeling_jobs/utils.py
supervisely/metric/__init__.py
supervisely/metric/classification_metrics.py
supervisely/metric/common.py
supervisely/metric/confusion_matrix_metric.py
supervisely/metric/iou_metric.py
supervisely/metric/map_metric.py
supervisely/metric/matching.py
supervisely/metric/metric_base.py
supervisely/metric/metrics_tests.py
supervisely/metric/pixel_accuracy.py
supervisely/metric/precision_recall_metric.py
supervisely/metric/projects_applier.py
supervisely/nn/__init__.py
supervisely/nn/config.py
supervisely/nn/dataset.py
supervisely/nn/raw_to_labels.py
supervisely/nn/hosted/__init__.py
supervisely/nn/hosted/class_indexing.py
supervisely/nn/hosted/constants.py
supervisely/nn/hosted/deploy.py
supervisely/nn/hosted/inference_batch.py
supervisely/nn/hosted/inference_batch_multiprocess.py
supervisely/nn/hosted/inference_modes.py
supervisely/nn/hosted/inference_single_image.py
supervisely/nn/hosted/trainer.py
supervisely/nn/hosted/legacy/__init__.py
supervisely/nn/hosted/legacy/inference_config.py
supervisely/nn/hosted/pytorch/__init__.py
supervisely/nn/hosted/pytorch/constants.py
supervisely/nn/hosted/pytorch/inference_applier.py
supervisely/nn/hosted/pytorch/trainer.py
supervisely/nn/inference/__init__.py
supervisely/nn/inference/rest_client.py
supervisely/nn/inference/rest_constants.py
supervisely/nn/inference/rest_server.py
supervisely/nn/pytorch/__init__.py
supervisely/nn/pytorch/cuda.py
supervisely/nn/pytorch/dataset.py
supervisely/nn/pytorch/inference.py
supervisely/nn/pytorch/metrics.py
supervisely/nn/pytorch/weights.py
supervisely/nn/training/__init__.py
supervisely/nn/training/eval_planner.py
supervisely/pointcloud/__init__.py
supervisely/pointcloud/pointcloud.py
supervisely/pointcloud_annotation/__init__.py
supervisely/pointcloud_annotation/constants.py
supervisely/pointcloud_annotation/pointcloud_annotation.py
supervisely/pointcloud_annotation/pointcloud_episode_annotation.py
supervisely/pointcloud_annotation/pointcloud_figure.py
supervisely/pointcloud_annotation/pointcloud_object.py
supervisely/pointcloud_annotation/pointcloud_object_collection.py
supervisely/project/__init__.py
supervisely/project/pointcloud_episode_project.py
supervisely/project/pointcloud_project.py
supervisely/project/project.py
supervisely/project/project_meta.py
supervisely/project/project_type.py
supervisely/project/video_project.py
supervisely/pyscripts_utils/__init__.py
supervisely/pyscripts_utils/utils.py
supervisely/report/__init__.py
supervisely/report/table.py
supervisely/script/__init__.py
supervisely/script/utils.py
supervisely/task/__init__.py
supervisely/task/paths.py
supervisely/task/progress.py
supervisely/task/task_logger.py
supervisely/user/__init__.py
supervisely/user/user.py
supervisely/video/__init__.py
supervisely/video/get_video_info.sh
supervisely/video/import_utils.py
supervisely/video/video.py
supervisely/video_annotation/__init__.py
supervisely/video_annotation/constants.py
supervisely/video_annotation/frame.py
supervisely/video_annotation/frame_collection.py
supervisely/video_annotation/key_id_map.py
supervisely/video_annotation/video_annotation.py
supervisely/video_annotation/video_figure.py
supervisely/video_annotation/video_object.py
supervisely/video_annotation/video_object_collection.py
supervisely/video_annotation/video_tag.py
supervisely/video_annotation/video_tag_collection.py
supervisely/worker_api/__init__.py
supervisely/worker_api/agent_api.py
supervisely/worker_api/agent_rpc.py
supervisely/worker_api/chunking.py
supervisely/worker_api/interfaces.py
supervisely/worker_api/retriers.py
supervisely/worker_api/rpc_servicer.py
supervisely/worker_proto/__init__.py
supervisely/worker_proto/worker_api_pb2.py
supervisely/worker_proto/worker_api_pb2_grpc.py
supervisely_lib/__init__.py