tensorgrid-platform 1.19.2__tar.gz → 1.19.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/PKG-INFO +4 -13
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/README.md +2 -11
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/service.py +21 -6
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/service/util.py +86 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/setup.py +2 -2
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/service.py +21 -6
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/service/util.py +86 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid_platform.egg-info/PKG-INFO +4 -13
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/CODE_OF_CONDUCT.md +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/CONTRIBUTING.md +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/Dockerfile +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/ISSUE_POLICY.md +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/ISSUE_TRIAGE.md +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/LICENSE +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/MANIFEST.in +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/Makefile +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/SECURITY.md +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/STYLE_GUIDE.md +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/codecov.yml +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/extensions/llms_txt.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/process_css.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/scripts/generate_plugin_docs.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/scripts/generate_skills_docs.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/scripts/make_hf_dataset_docs.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/scripts/make_model_zoo_docs.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/source/conf.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/source/custom_directives.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/source/recipes/image_deduplication_helpers.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/source/recipes/torch-dataset-examples/ddp_train.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/source/recipes/torch-dataset-examples/mnist_training.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/source/recipes/torch-dataset-examples/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/source/redirects.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/source/tutorials/query_flickr.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/aggregations.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/annotation/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/annotation/attributes.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/annotation/constants.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/annotation/generate_label_schemas.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/annotation/hydrate_label_schemas.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/annotation/nodes.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/annotation/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/annotation/validate_label_schemas.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/brain.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/camera.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/cli.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/clips.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/collections.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/config.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/context.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/dataset.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/document.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/evaluation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/expressions.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/fields.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/frame.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/frame_utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/groups.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/json.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/labels.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/logging.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/map/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/map/batcher/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/map/batcher/batch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/map/batcher/id_batch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/map/batcher/slice_batch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/map/factory.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/map/mapper.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/map/process.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/map/threading.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/map/typing.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/media.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/metadata.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/models.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/odm/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/odm/database.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/odm/dataset.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/odm/document.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/odm/embedded_document.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/odm/frame.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/odm/mixins.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/odm/ontology.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/odm/runs.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/odm/sample.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/odm/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/odm/views.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/odm/workspace.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/ontology.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/ontology_validation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/patches.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/plots/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/plots/base.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/plots/manager.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/plots/matplotlib.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/plots/plotly.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/plots/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/plots/views.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/runs.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/sample.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/session/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/session/client.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/session/constants.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/session/events.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/session/notebooks.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/session/session.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/session/templates.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/session/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/singletons.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/stages.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/state.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/storage.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/tags.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/threed/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/threed/camera.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/threed/lights.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/threed/material_3d.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/threed/mesh.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/threed/object_3d.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/threed/pointcloud.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/threed/scene_3d.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/threed/shape_3d.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/threed/transformation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/threed/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/threed/validators.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/uid.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/validation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/video.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/view.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/factory/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/factory/repo_factory.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/factory/repos/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/factory/repos/delegated_operation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/factory/repos/delegated_operation_doc.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/factory/repos/execution_store.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/internal/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/internal/docs.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/internal/features/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/internal/features/environment_manager.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/internal/features/flags.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/internal/features/manager.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/internal/features/registry.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/internal/secrets/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/internal/secrets/providers/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/internal/secrets/providers/iprovider.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/internal/secrets/providers/local.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/internal/secrets/secret.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/internal/util.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/migrations/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/migrations/runner.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/cli/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/decoders/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/decoders/base.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/decoders/registry.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/projection/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/query/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/query/playback_plan.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/query/scene_inventory.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/resolver/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/resolver/base.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/schemas/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/schemas/__init__.pyi +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/schemas/py.typed +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/schemas/v1/__generated__/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/schemas/v1/__generated__/common_pb2.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/schemas/v1/__generated__/common_pb2.pyi +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/schemas/v1/__generated__/inventory_pb2.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/schemas/v1/__generated__/inventory_pb2.pyi +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/schemas/v1/__generated__/playback_pb2.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/schemas/v1/__generated__/playback_pb2.pyi +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/schemas/v1/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/schemas/v1/__init__.pyi +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/server/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/server/routes.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/multimodal/storage/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/_types/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/_types/config.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/_types/pipeline.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/_types/types.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/cache/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/cache/decorator.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/cache/ephemeral.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/cache/serialization.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/cache/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/categories.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/constants.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/decorators.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/delegated.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/evaluation_metric.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/events.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/executor.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/logging_utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/message.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/operations.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/operator.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/panel.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/permissions.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/registry.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/remote_notifier.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/server.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/sse.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/store/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/store/clone.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/store/models.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/store/notification_service.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/store/service.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/store/store.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/store/subscription_registry.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/types.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/operators/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/plugins/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/plugins/constants.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/plugins/context.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/plugins/core.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/plugins/definitions.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/plugins/secrets.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/plugins/skills.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/plugins/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/aggregate.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/aggregations.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/app.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/color.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/constants.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/context.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/data.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/dataloader.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/decorators.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/events/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/events/dispatch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/events/initialize.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/events/listener.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/events/polling.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/events/state.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/exceptions.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/extensions.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/filters.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/indexes.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/inputs.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/interfaces.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/lightning.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/main.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/metadata.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/mutation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/paginator.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/query.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/aggregate.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/camera.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/embeddings.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/event.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/events.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/features.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/fiftyone.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/frames.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/geo.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/get_similar_labels_frames.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/groups.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/media.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/ontology.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/plugins.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/runtime_assets.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/sample.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/screenshot.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/sort.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/tag.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/tagging.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/routes/values.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/samples.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/scalars.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/stage_definitions.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/stages.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/subscription.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/tags.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/utils/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/utils/datasets.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/utils/http.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/utils/json/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/utils/json/encoder.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/utils/json/jsonpatch/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/utils/json/jsonpatch/exceptions.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/utils/json/jsonpatch/methods.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/utils/json/jsonpatch/patch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/utils/json/serialization.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/view.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/server/workspace.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/service/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/service/ipc.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/service/main.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/activitynet.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/annotations.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/aws.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/bdd.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/beam.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/caltech.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/cityscapes.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/clip/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/clip/model.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/clip/tokenizer.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/clip/zoo.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/coco.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/csv.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/cvat.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/data/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/data/base.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/data/converters.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/data/exporters.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/data/importers.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/data/ingestors.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/data/parsers.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/depth_anything.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/dicom.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/eta.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/eval/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/eval/activitynet.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/eval/base.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/eval/classification.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/eval/coco.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/eval/detection.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/eval/openimages.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/eval/regression.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/eval/segmentation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/fiw.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/flash.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/geojson.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/geotiff.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/github.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/groups.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/hmdb51.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/huggingface.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/image.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/imagenet.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/iou.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/kinetics.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/kitti.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/labelbox.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/labels.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/labelstudio.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/lfw.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/open_clip.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/openimages.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/openlabel.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/patches.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/pe.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/places.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/quickstart.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/qwen3_vl.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/random.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/rerun.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/rfdetr.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/sam.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/sam2.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/sam3.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/sama.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/scale.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/sharp.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/super_gradients.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/tf.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/torch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/tracking/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/tracking/deepsort.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/transformers.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/transforms.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/twelvelabs.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/ucf101.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/ultralytics.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/useragent.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/utils3d.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/video.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/voc.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/yolo.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/utils/youtube.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/zoo/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/zoo/datasets/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/zoo/datasets/base.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/zoo/datasets/tf.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/zoo/datasets/torch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/zoo/models/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/zoo/models/torch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/install.bat +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/install.sh +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/operators/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/operators/annotation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/operators/dataset.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/operators/fiftyone.yml +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/operators/group_by.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/operators/model_evaluation/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/operators/model_evaluation/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/panels/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/panels/fiftyone.yml +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/panels/model_evaluation/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/panels/model_evaluation/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/panels/similarity_search/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/panels/similarity_search/constants.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/panels/similarity_search/operators.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/panels/similarity_search/run_manager.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/utils/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/plugins/utils/model_evaluation/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/pylintrc +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/pyproject.toml +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/pytest.ini +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/schemas/multimodal/README.md +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/schemas/multimodal/build.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/schemas/multimodal/include/google/protobuf/struct.proto +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/schemas/multimodal/v1/common.proto +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/schemas/multimodal/v1/inventory.proto +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/schemas/multimodal/v1/playback.proto +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/setup.cfg +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/__public__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/constants.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/aggregations.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/annotation/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/annotation/attributes.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/annotation/constants.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/annotation/generate_label_schemas.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/annotation/hydrate_label_schemas.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/annotation/nodes.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/annotation/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/annotation/validate_label_schemas.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/brain.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/camera.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/cli.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/clips.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/collections.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/config.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/context.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/dataset.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/document.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/evaluation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/expressions.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/fields.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/frame.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/frame_utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/groups.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/json.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/labels.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/logging.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/map/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/map/batcher/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/map/batcher/batch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/map/batcher/id_batch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/map/batcher/slice_batch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/map/factory.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/map/mapper.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/map/process.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/map/threading.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/map/typing.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/media.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/metadata.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/models.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/odm/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/odm/database.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/odm/dataset.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/odm/document.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/odm/embedded_document.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/odm/frame.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/odm/mixins.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/odm/ontology.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/odm/runs.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/odm/sample.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/odm/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/odm/views.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/odm/workspace.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/ontology.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/ontology_validation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/patches.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/plots/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/plots/base.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/plots/manager.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/plots/matplotlib.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/plots/plotly.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/plots/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/plots/views.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/runs.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/sample.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/session/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/session/client.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/session/constants.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/session/events.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/session/notebooks.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/session/session.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/session/templates.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/session/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/singletons.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/stages.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/state.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/storage.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/tags.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/threed/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/threed/camera.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/threed/lights.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/threed/material_3d.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/threed/mesh.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/threed/object_3d.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/threed/pointcloud.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/threed/scene_3d.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/threed/shape_3d.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/threed/transformation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/threed/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/threed/validators.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/uid.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/validation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/video.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/core/view.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/factory/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/factory/repo_factory.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/factory/repos/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/factory/repos/delegated_operation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/factory/repos/delegated_operation_doc.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/factory/repos/execution_store.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/internal/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/internal/docs.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/internal/features/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/internal/features/environment_manager.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/internal/features/flags.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/internal/features/manager.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/internal/features/registry.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/internal/secrets/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/internal/secrets/providers/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/internal/secrets/providers/iprovider.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/internal/secrets/providers/local.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/internal/secrets/secret.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/internal/util.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/admin/v0_15_0.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/admin/v0_15_1.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_11_2.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_13_0.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_14_0.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_15_1.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_16_0.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_16_1.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_16_3.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_17_0.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_18_0.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_19_0.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_20_0.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_23_0.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_6_2.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_6_5.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_7_2.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_7_3.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_7_4.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_8_0.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v0_9_4.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v1_0_0.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v1_13_0.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v1_1_0.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/revisions/v1_4_0.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/migrations/runner.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/cli/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/decoders/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/decoders/base.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/decoders/registry.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/projection/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/query/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/query/playback_plan.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/query/scene_inventory.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/resolver/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/resolver/base.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/schemas/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/schemas/__init__.pyi +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/schemas/py.typed +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/schemas/v1/__generated__/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/schemas/v1/__generated__/common_pb2.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/schemas/v1/__generated__/common_pb2.pyi +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/schemas/v1/__generated__/inventory_pb2.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/schemas/v1/__generated__/inventory_pb2.pyi +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/schemas/v1/__generated__/playback_pb2.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/schemas/v1/__generated__/playback_pb2.pyi +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/schemas/v1/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/schemas/v1/__init__.pyi +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/server/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/server/routes.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/storage/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/multimodal/tags/_temporal_tags.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/_types/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/_types/config.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/_types/pipeline.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/_types/types.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/cache/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/cache/decorator.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/cache/ephemeral.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/cache/serialization.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/cache/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/categories.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/constants.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/decorators.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/delegated.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/evaluation_metric.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/events.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/executor.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/logging_utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/message.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/operations.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/operator.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/panel.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/permissions.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/registry.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/remote_notifier.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/server.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/sse.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/store/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/store/clone.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/store/models.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/store/notification_service.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/store/service.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/store/store.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/store/subscription_registry.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/types.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/operators/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/plugins/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/plugins/constants.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/plugins/context.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/plugins/core.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/plugins/definitions.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/plugins/secrets.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/plugins/skills.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/plugins/utils.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/resources/cvat_image_annotation_template.xml +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/resources/cvat_video_interpolation_template.xml +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/resources/voc_annotation_template.xml +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/README.md +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/aggregate.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/aggregations.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/app.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/color.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/constants.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/context.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/data.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/dataloader.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/decorators.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/events/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/events/dispatch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/events/initialize.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/events/listener.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/events/polling.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/events/state.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/exceptions.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/extensions.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/filters.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/indexes.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/inputs.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/interfaces.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/lightning.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/main.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/metadata.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/mutation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/paginator.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/query.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/aggregate.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/camera.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/embeddings.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/event.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/events.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/features.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/fiftyone.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/frames.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/geo.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/get_similar_labels_frames.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/groups.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/media.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/ontology.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/plugins.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/runtime_assets.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/sample.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/screenshot.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/sort.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/tag.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/tagging.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/routes/values.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/samples.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/scalars.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/stage_definitions.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/stages.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/404.html +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/CenterFocusWeak-D4jVYtKM.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/DailyMotion-DSrDnQsd.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/DatasetPage-DTBHnCHl.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/DatasetPageQuery.graphql-CIrLE5uy.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/Embeddings-DHYA3oX_.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/Facebook-CcTbN4S6.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/FilePlayer-CCqBQEh3.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/HistogramsPanel-DZNPedmg.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/IndexPage-BqtLNFbO.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/IndexPageQuery.graphql-jUx3cFD_.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/Kaltura-iLsUOU-K.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/Map-D4-CTE13.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/Map-DhqmdzhZ.css +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/Mixcloud-Cz7cf_H1.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/Mux-CKjpEUyC.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/Preview-CuxOHj74.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/SharedSystems-Bwhs-sCf.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/SoundCloud-CEIeaa9a.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/Streamable-X0iAvk0a.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/Twitch-CtseDPx3.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/Vidyard-B8FbpyG8.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/Vimeo-8U6fCPvn.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/WebGLRenderer-D_Km2XIJ.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/WebGPURenderer-BXivautd.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/Wistia-BTyMmuhg.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/YouTube-CybdOtcX.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/_commonjs-dynamic-modules-TDtrdbi3.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/annotate-BZ-lYI_l.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/auto-track-1Ph6tJLQ.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/autorenew.svg +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/browserAll-D6QW55Zt.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/colorToUniform-DmtBy-2V.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/error-RBAdmHMB.svg +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/grid-preview-worker-DyjIVsd0.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/html2canvas-CC4E6Iq8.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-5p0s3jyo.css +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-B-PmyRee.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-B8sx8ir3.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-BB2C7c2E.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-BT4rAYH0.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-BqQUKkM4.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-BvCM6aIO.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-CBvb73Ng.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-CF5MLMA5.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-COeIrxur.css +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-CU86ba7S.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-CYkXVJj6.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-Cw5JiXOR.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-DPkyc65M.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-DRBHyanG.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-D_7pvKT7.css +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-Dk_w7rfD.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-DnU0G1vh.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-J5w07MEx.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-Luys4q3x.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index-Q2IkNJyL.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index.module-nYvV91_x.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/index.umd-CX2RHGBu.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/is-plan-event-enabled-DeNtQvA5.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/mapbox-gl-Ci2w-IFJ.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/mapbox-gl-CwIg1m_Z.css +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/mask-decoder-BBjSexqG.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/maskPathDecodeWorker-0fwdufhJ.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/material-icons-Dr0goTwe.woff +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/material-icons-kAwBdRge.woff2 +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/material-icons-outlined-BpWbwl2n.woff +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/material-icons-outlined-DZhiGvEA.woff2 +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/material-icons-round-BDlwx-sv.woff +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/material-icons-round-DrirKXBx.woff2 +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/material-icons-sharp-CH1KkVu7.woff +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/material-icons-sharp-gidztirS.woff2 +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/material-icons-two-tone-B7wz7mED.woff +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/material-icons-two-tone-DuNIpaEj.woff2 +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/module-yzz5kVyQ.wasm +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/ort-wasm-simd-threaded.jsep.mjs +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/ort-wasm-simd-threaded.jsep.wasm +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/playback-worker-A5tU8Lde.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/plotly-CX4VOiKt.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/recharts-DAUVjFMc.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/wasm-lz4-C7azu--m.wasm +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/wasm-zstd-DFUPPyKO.wasm +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/webworkerAll-CiBeva75.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/assets/worker-B1IpVU9j.js +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/favicon.ico +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/index.html +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/static/model_evaluation.svg +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/subscription.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/tags.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/utils/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/utils/datasets.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/utils/http.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/utils/json/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/utils/json/encoder.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/utils/json/jsonpatch/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/utils/json/jsonpatch/exceptions.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/utils/json/jsonpatch/methods.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/utils/json/jsonpatch/patch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/utils/json/serialization.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/view.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/server/workspace.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/service/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/service/ipc.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/service/main.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/types/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/types/dataset_types.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/activitynet.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/annotations.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/aws.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/bdd.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/beam.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/caltech.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/cityscapes.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/clip/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/clip/model.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/clip/tokenizer.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/clip/zoo.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/coco.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/csv.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/cvat.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/data/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/data/base.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/data/converters.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/data/exporters.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/data/importers.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/data/ingestors.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/data/parsers.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/depth_anything.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/dicom.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/eta.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/eval/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/eval/activitynet.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/eval/base.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/eval/classification.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/eval/coco.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/eval/detection.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/eval/openimages.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/eval/regression.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/eval/segmentation.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/fiw.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/flash.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/geojson.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/geotiff.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/github.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/groups.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/hmdb51.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/huggingface.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/image.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/imagenet.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/iou.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/kinetics.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/kitti.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/labelbox.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/labels.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/labelstudio.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/lfw.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/open_clip.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/openimages.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/openlabel.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/patches.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/pe.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/places.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/quickstart.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/qwen3_vl.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/random.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/rerun.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/rfdetr.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/sam.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/sam2.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/sam3.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/sama.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/scale.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/sharp.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/super_gradients.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/tf.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/torch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/tracking/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/tracking/deepsort.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/transformers.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/transforms.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/twelvelabs.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/ucf101.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/ultralytics.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/useragent.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/utils3d.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/video.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/voc.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/yolo.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/utils/youtube.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/zoo/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/zoo/datasets/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/zoo/datasets/base.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/zoo/datasets/tf.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/zoo/datasets/torch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/zoo/models/__init__.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/zoo/models/manifest-hosted.json +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/zoo/models/manifest-tf.json +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/zoo/models/manifest-torch.json +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid/zoo/models/torch.py +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid_platform.egg-info/SOURCES.txt +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid_platform.egg-info/dependency_links.txt +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid_platform.egg-info/entry_points.txt +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid_platform.egg-info/requires.txt +0 -0
- {tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid_platform.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tensorgrid-platform
|
|
3
|
-
Version: 1.19.
|
|
4
|
-
Summary: TensorGrid: multimodal data platform for building high-quality datasets and computer vision models
|
|
3
|
+
Version: 1.19.4
|
|
4
|
+
Summary: TensorGrid: multimodal data platform for building high-quality datasets and computer vision models
|
|
5
5
|
Home-page: https://github.com/rksaklani/TensorGrid
|
|
6
6
|
Author: TensorGrid Contributors
|
|
7
7
|
Author-email:
|
|
@@ -93,8 +93,6 @@ Dynamic: summary
|
|
|
93
93
|
|
|
94
94
|
**Multimodal data platform for building high-quality datasets and computer vision models.**
|
|
95
95
|
|
|
96
|
-
Derived from [FiftyOne](https://github.com/voxel51/fiftyone) (Apache 2.0). See [NOTICE](https://github.com/rksaklani/TensorGrid/blob/main/NOTICE) for attribution.
|
|
97
|
-
|
|
98
96
|
[](https://pypi.org/project/tensorgrid-platform/)
|
|
99
97
|
[](https://github.com/rksaklani/TensorGrid/blob/main/core/LICENSE)
|
|
100
98
|
[](https://pypi.org/project/tensorgrid-platform/)
|
|
@@ -109,7 +107,7 @@ Derived from [FiftyOne](https://github.com/voxel51/fiftyone) (Apache 2.0). See [
|
|
|
109
107
|
pip install tensorgrid-platform
|
|
110
108
|
```
|
|
111
109
|
|
|
112
|
-
|
|
110
|
+
Requires Python 3.10+.
|
|
113
111
|
|
|
114
112
|
## Quick start
|
|
115
113
|
|
|
@@ -131,13 +129,6 @@ tg app launch quickstart
|
|
|
131
129
|
tensorgrid app launch quickstart
|
|
132
130
|
```
|
|
133
131
|
|
|
134
|
-
## Python API
|
|
135
|
-
|
|
136
|
-
```python
|
|
137
|
-
import tensorgrid as tg # recommended
|
|
138
|
-
import fiftyone as fo # compatibility alias
|
|
139
|
-
```
|
|
140
|
-
|
|
141
132
|
## Development install
|
|
142
133
|
|
|
143
134
|
Clone the [GitHub repository](https://github.com/rksaklani/TensorGrid), build the web app, then:
|
|
@@ -149,4 +140,4 @@ pip install -e core/
|
|
|
149
140
|
|
|
150
141
|
## License
|
|
151
142
|
|
|
152
|
-
Apache 2.0.
|
|
143
|
+
Apache 2.0. See [NOTICE](https://github.com/rksaklani/TensorGrid/blob/main/NOTICE) for attribution.
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
**Multimodal data platform for building high-quality datasets and computer vision models.**
|
|
4
4
|
|
|
5
|
-
Derived from [FiftyOne](https://github.com/voxel51/fiftyone) (Apache 2.0). See [NOTICE](https://github.com/rksaklani/TensorGrid/blob/main/NOTICE) for attribution.
|
|
6
|
-
|
|
7
5
|
[](https://pypi.org/project/tensorgrid-platform/)
|
|
8
6
|
[](https://github.com/rksaklani/TensorGrid/blob/main/core/LICENSE)
|
|
9
7
|
[](https://pypi.org/project/tensorgrid-platform/)
|
|
@@ -18,7 +16,7 @@ Derived from [FiftyOne](https://github.com/voxel51/fiftyone) (Apache 2.0). See [
|
|
|
18
16
|
pip install tensorgrid-platform
|
|
19
17
|
```
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
Requires Python 3.10+.
|
|
22
20
|
|
|
23
21
|
## Quick start
|
|
24
22
|
|
|
@@ -40,13 +38,6 @@ tg app launch quickstart
|
|
|
40
38
|
tensorgrid app launch quickstart
|
|
41
39
|
```
|
|
42
40
|
|
|
43
|
-
## Python API
|
|
44
|
-
|
|
45
|
-
```python
|
|
46
|
-
import tensorgrid as tg # recommended
|
|
47
|
-
import fiftyone as fo # compatibility alias
|
|
48
|
-
```
|
|
49
|
-
|
|
50
41
|
## Development install
|
|
51
42
|
|
|
52
43
|
Clone the [GitHub repository](https://github.com/rksaklani/TensorGrid), build the web app, then:
|
|
@@ -58,4 +49,4 @@ pip install -e core/
|
|
|
58
49
|
|
|
59
50
|
## License
|
|
60
51
|
|
|
61
|
-
Apache 2.0.
|
|
52
|
+
Apache 2.0. See [NOTICE](https://github.com/rksaklani/TensorGrid/blob/main/NOTICE) for attribution.
|
|
@@ -10,6 +10,7 @@ import logging
|
|
|
10
10
|
import os
|
|
11
11
|
import subprocess
|
|
12
12
|
import sys
|
|
13
|
+
import time
|
|
13
14
|
|
|
14
15
|
import psutil
|
|
15
16
|
import requests
|
|
@@ -317,6 +318,26 @@ class ServerService(Service):
|
|
|
317
318
|
except:
|
|
318
319
|
server_version = None
|
|
319
320
|
|
|
321
|
+
if server_version is not None and server_version != foc.VERSION:
|
|
322
|
+
is_local = address in ("127.0.0.1", "localhost", "::1", "0.0.0.0")
|
|
323
|
+
if is_local:
|
|
324
|
+
logger.warning(
|
|
325
|
+
"Stale TensorGrid server v%s on port %i (client is v%s); "
|
|
326
|
+
"restarting",
|
|
327
|
+
server_version,
|
|
328
|
+
port,
|
|
329
|
+
foc.VERSION,
|
|
330
|
+
)
|
|
331
|
+
fosu.stop_server_on_port(port, address)
|
|
332
|
+
time.sleep(1)
|
|
333
|
+
server_version = None
|
|
334
|
+
else:
|
|
335
|
+
logger.warning(
|
|
336
|
+
"Remote TensorGrid server v%s does not match client v%s",
|
|
337
|
+
server_version,
|
|
338
|
+
foc.VERSION,
|
|
339
|
+
)
|
|
340
|
+
|
|
320
341
|
if server_version is None:
|
|
321
342
|
# There is likely not a fiftyone server running (remote or local),
|
|
322
343
|
# so start a local server. If there actually is a fiftyone server
|
|
@@ -332,12 +353,6 @@ class ServerService(Service):
|
|
|
332
353
|
port,
|
|
333
354
|
address,
|
|
334
355
|
)
|
|
335
|
-
if server_version != foc.VERSION:
|
|
336
|
-
logger.warning(
|
|
337
|
-
"Server version (%s) does not match client version (%s)",
|
|
338
|
-
server_version,
|
|
339
|
-
foc.VERSION,
|
|
340
|
-
)
|
|
341
356
|
|
|
342
357
|
@property
|
|
343
358
|
def command(self):
|
|
@@ -102,6 +102,92 @@ def find_processes_by_args(args):
|
|
|
102
102
|
pass
|
|
103
103
|
|
|
104
104
|
|
|
105
|
+
def _address_matches_listener(listener_ip, address):
|
|
106
|
+
"""Returns whether *listener_ip* accepts connections for *address*."""
|
|
107
|
+
if address is None:
|
|
108
|
+
return True
|
|
109
|
+
if listener_ip in ("0.0.0.0", "::", ""):
|
|
110
|
+
return True
|
|
111
|
+
if address in ("127.0.0.1", "localhost") and listener_ip in (
|
|
112
|
+
"127.0.0.1",
|
|
113
|
+
"::1",
|
|
114
|
+
):
|
|
115
|
+
return True
|
|
116
|
+
return listener_ip == address
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
def find_processes_listening_on_port(port, address=None):
|
|
120
|
+
"""Finds processes owned by the current user listening on a TCP port.
|
|
121
|
+
|
|
122
|
+
Args:
|
|
123
|
+
port (int): the port number
|
|
124
|
+
address (None): if specified, only listeners that accept connections on
|
|
125
|
+
this address are returned
|
|
126
|
+
|
|
127
|
+
Returns:
|
|
128
|
+
generator of psutil.Process objects
|
|
129
|
+
"""
|
|
130
|
+
current_username = psutil.Process().username()
|
|
131
|
+
for process in psutil.process_iter(["username"]):
|
|
132
|
+
try:
|
|
133
|
+
if process.info["username"] != current_username:
|
|
134
|
+
continue
|
|
135
|
+
for conn in process.connections(kind="tcp"):
|
|
136
|
+
if (
|
|
137
|
+
conn.status == psutil.CONN_LISTEN
|
|
138
|
+
and conn.laddr.port == port
|
|
139
|
+
and _address_matches_listener(conn.laddr.ip, address)
|
|
140
|
+
):
|
|
141
|
+
yield process
|
|
142
|
+
break
|
|
143
|
+
except (psutil.NoSuchProcess, psutil.AccessDenied):
|
|
144
|
+
pass
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
def kill_process_tree(process, timeout=5):
|
|
148
|
+
"""Terminates a process and its descendants."""
|
|
149
|
+
process = normalize_wrapper_process(process)
|
|
150
|
+
try:
|
|
151
|
+
children = process.children(recursive=True)
|
|
152
|
+
except psutil.Error:
|
|
153
|
+
children = []
|
|
154
|
+
|
|
155
|
+
for child in reversed(children):
|
|
156
|
+
try:
|
|
157
|
+
child.terminate()
|
|
158
|
+
except psutil.NoSuchProcess:
|
|
159
|
+
pass
|
|
160
|
+
|
|
161
|
+
try:
|
|
162
|
+
process.terminate()
|
|
163
|
+
except psutil.NoSuchProcess:
|
|
164
|
+
return
|
|
165
|
+
|
|
166
|
+
_, alive = psutil.wait_procs([process] + children, timeout=timeout)
|
|
167
|
+
for proc in alive:
|
|
168
|
+
try:
|
|
169
|
+
proc.kill()
|
|
170
|
+
except psutil.NoSuchProcess:
|
|
171
|
+
pass
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
def stop_server_on_port(port, address="127.0.0.1"):
|
|
175
|
+
"""Stops TensorGrid server processes bound to the given port.
|
|
176
|
+
|
|
177
|
+
Args:
|
|
178
|
+
port (int): the port number
|
|
179
|
+
address (str): the server address
|
|
180
|
+
"""
|
|
181
|
+
killed = set()
|
|
182
|
+
for process in find_processes_by_args(["main.py", "--port", str(port)]):
|
|
183
|
+
kill_process_tree(process)
|
|
184
|
+
killed.add(process.pid)
|
|
185
|
+
|
|
186
|
+
for process in find_processes_listening_on_port(port, address):
|
|
187
|
+
if process.pid not in killed:
|
|
188
|
+
kill_process_tree(process)
|
|
189
|
+
|
|
190
|
+
|
|
105
191
|
def get_listening_tcp_ports(process):
|
|
106
192
|
"""Retrieves a list of TCP ports that the specified process is listening on.
|
|
107
193
|
|
|
@@ -10,7 +10,7 @@ Installs TensorGrid (fork of FiftyOne).
|
|
|
10
10
|
import os
|
|
11
11
|
from setuptools import setup, find_packages
|
|
12
12
|
|
|
13
|
-
VERSION = "1.19.
|
|
13
|
+
VERSION = "1.19.4"
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
def get_version():
|
|
@@ -34,7 +34,7 @@ setup(
|
|
|
34
34
|
version=get_version(),
|
|
35
35
|
description=(
|
|
36
36
|
"TensorGrid: multimodal data platform for building high-quality "
|
|
37
|
-
"datasets and computer vision models
|
|
37
|
+
"datasets and computer vision models"
|
|
38
38
|
),
|
|
39
39
|
author="TensorGrid Contributors",
|
|
40
40
|
author_email="",
|
|
@@ -10,6 +10,7 @@ import logging
|
|
|
10
10
|
import os
|
|
11
11
|
import subprocess
|
|
12
12
|
import sys
|
|
13
|
+
import time
|
|
13
14
|
|
|
14
15
|
import psutil
|
|
15
16
|
import requests
|
|
@@ -317,6 +318,26 @@ class ServerService(Service):
|
|
|
317
318
|
except:
|
|
318
319
|
server_version = None
|
|
319
320
|
|
|
321
|
+
if server_version is not None and server_version != foc.VERSION:
|
|
322
|
+
is_local = address in ("127.0.0.1", "localhost", "::1", "0.0.0.0")
|
|
323
|
+
if is_local:
|
|
324
|
+
logger.warning(
|
|
325
|
+
"Stale TensorGrid server v%s on port %i (client is v%s); "
|
|
326
|
+
"restarting",
|
|
327
|
+
server_version,
|
|
328
|
+
port,
|
|
329
|
+
foc.VERSION,
|
|
330
|
+
)
|
|
331
|
+
fosu.stop_server_on_port(port, address)
|
|
332
|
+
time.sleep(1)
|
|
333
|
+
server_version = None
|
|
334
|
+
else:
|
|
335
|
+
logger.warning(
|
|
336
|
+
"Remote TensorGrid server v%s does not match client v%s",
|
|
337
|
+
server_version,
|
|
338
|
+
foc.VERSION,
|
|
339
|
+
)
|
|
340
|
+
|
|
320
341
|
if server_version is None:
|
|
321
342
|
# There is likely not a fiftyone server running (remote or local),
|
|
322
343
|
# so start a local server. If there actually is a fiftyone server
|
|
@@ -332,12 +353,6 @@ class ServerService(Service):
|
|
|
332
353
|
port,
|
|
333
354
|
address,
|
|
334
355
|
)
|
|
335
|
-
if server_version != foc.VERSION:
|
|
336
|
-
logger.warning(
|
|
337
|
-
"Server version (%s) does not match client version (%s)",
|
|
338
|
-
server_version,
|
|
339
|
-
foc.VERSION,
|
|
340
|
-
)
|
|
341
356
|
|
|
342
357
|
@property
|
|
343
358
|
def command(self):
|
|
@@ -102,6 +102,92 @@ def find_processes_by_args(args):
|
|
|
102
102
|
pass
|
|
103
103
|
|
|
104
104
|
|
|
105
|
+
def _address_matches_listener(listener_ip, address):
|
|
106
|
+
"""Returns whether *listener_ip* accepts connections for *address*."""
|
|
107
|
+
if address is None:
|
|
108
|
+
return True
|
|
109
|
+
if listener_ip in ("0.0.0.0", "::", ""):
|
|
110
|
+
return True
|
|
111
|
+
if address in ("127.0.0.1", "localhost") and listener_ip in (
|
|
112
|
+
"127.0.0.1",
|
|
113
|
+
"::1",
|
|
114
|
+
):
|
|
115
|
+
return True
|
|
116
|
+
return listener_ip == address
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
def find_processes_listening_on_port(port, address=None):
|
|
120
|
+
"""Finds processes owned by the current user listening on a TCP port.
|
|
121
|
+
|
|
122
|
+
Args:
|
|
123
|
+
port (int): the port number
|
|
124
|
+
address (None): if specified, only listeners that accept connections on
|
|
125
|
+
this address are returned
|
|
126
|
+
|
|
127
|
+
Returns:
|
|
128
|
+
generator of psutil.Process objects
|
|
129
|
+
"""
|
|
130
|
+
current_username = psutil.Process().username()
|
|
131
|
+
for process in psutil.process_iter(["username"]):
|
|
132
|
+
try:
|
|
133
|
+
if process.info["username"] != current_username:
|
|
134
|
+
continue
|
|
135
|
+
for conn in process.connections(kind="tcp"):
|
|
136
|
+
if (
|
|
137
|
+
conn.status == psutil.CONN_LISTEN
|
|
138
|
+
and conn.laddr.port == port
|
|
139
|
+
and _address_matches_listener(conn.laddr.ip, address)
|
|
140
|
+
):
|
|
141
|
+
yield process
|
|
142
|
+
break
|
|
143
|
+
except (psutil.NoSuchProcess, psutil.AccessDenied):
|
|
144
|
+
pass
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
def kill_process_tree(process, timeout=5):
|
|
148
|
+
"""Terminates a process and its descendants."""
|
|
149
|
+
process = normalize_wrapper_process(process)
|
|
150
|
+
try:
|
|
151
|
+
children = process.children(recursive=True)
|
|
152
|
+
except psutil.Error:
|
|
153
|
+
children = []
|
|
154
|
+
|
|
155
|
+
for child in reversed(children):
|
|
156
|
+
try:
|
|
157
|
+
child.terminate()
|
|
158
|
+
except psutil.NoSuchProcess:
|
|
159
|
+
pass
|
|
160
|
+
|
|
161
|
+
try:
|
|
162
|
+
process.terminate()
|
|
163
|
+
except psutil.NoSuchProcess:
|
|
164
|
+
return
|
|
165
|
+
|
|
166
|
+
_, alive = psutil.wait_procs([process] + children, timeout=timeout)
|
|
167
|
+
for proc in alive:
|
|
168
|
+
try:
|
|
169
|
+
proc.kill()
|
|
170
|
+
except psutil.NoSuchProcess:
|
|
171
|
+
pass
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
def stop_server_on_port(port, address="127.0.0.1"):
|
|
175
|
+
"""Stops TensorGrid server processes bound to the given port.
|
|
176
|
+
|
|
177
|
+
Args:
|
|
178
|
+
port (int): the port number
|
|
179
|
+
address (str): the server address
|
|
180
|
+
"""
|
|
181
|
+
killed = set()
|
|
182
|
+
for process in find_processes_by_args(["main.py", "--port", str(port)]):
|
|
183
|
+
kill_process_tree(process)
|
|
184
|
+
killed.add(process.pid)
|
|
185
|
+
|
|
186
|
+
for process in find_processes_listening_on_port(port, address):
|
|
187
|
+
if process.pid not in killed:
|
|
188
|
+
kill_process_tree(process)
|
|
189
|
+
|
|
190
|
+
|
|
105
191
|
def get_listening_tcp_ports(process):
|
|
106
192
|
"""Retrieves a list of TCP ports that the specified process is listening on.
|
|
107
193
|
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/tensorgrid_platform.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tensorgrid-platform
|
|
3
|
-
Version: 1.19.
|
|
4
|
-
Summary: TensorGrid: multimodal data platform for building high-quality datasets and computer vision models
|
|
3
|
+
Version: 1.19.4
|
|
4
|
+
Summary: TensorGrid: multimodal data platform for building high-quality datasets and computer vision models
|
|
5
5
|
Home-page: https://github.com/rksaklani/TensorGrid
|
|
6
6
|
Author: TensorGrid Contributors
|
|
7
7
|
Author-email:
|
|
@@ -93,8 +93,6 @@ Dynamic: summary
|
|
|
93
93
|
|
|
94
94
|
**Multimodal data platform for building high-quality datasets and computer vision models.**
|
|
95
95
|
|
|
96
|
-
Derived from [FiftyOne](https://github.com/voxel51/fiftyone) (Apache 2.0). See [NOTICE](https://github.com/rksaklani/TensorGrid/blob/main/NOTICE) for attribution.
|
|
97
|
-
|
|
98
96
|
[](https://pypi.org/project/tensorgrid-platform/)
|
|
99
97
|
[](https://github.com/rksaklani/TensorGrid/blob/main/core/LICENSE)
|
|
100
98
|
[](https://pypi.org/project/tensorgrid-platform/)
|
|
@@ -109,7 +107,7 @@ Derived from [FiftyOne](https://github.com/voxel51/fiftyone) (Apache 2.0). See [
|
|
|
109
107
|
pip install tensorgrid-platform
|
|
110
108
|
```
|
|
111
109
|
|
|
112
|
-
|
|
110
|
+
Requires Python 3.10+.
|
|
113
111
|
|
|
114
112
|
## Quick start
|
|
115
113
|
|
|
@@ -131,13 +129,6 @@ tg app launch quickstart
|
|
|
131
129
|
tensorgrid app launch quickstart
|
|
132
130
|
```
|
|
133
131
|
|
|
134
|
-
## Python API
|
|
135
|
-
|
|
136
|
-
```python
|
|
137
|
-
import tensorgrid as tg # recommended
|
|
138
|
-
import fiftyone as fo # compatibility alias
|
|
139
|
-
```
|
|
140
|
-
|
|
141
132
|
## Development install
|
|
142
133
|
|
|
143
134
|
Clone the [GitHub repository](https://github.com/rksaklani/TensorGrid), build the web app, then:
|
|
@@ -149,4 +140,4 @@ pip install -e core/
|
|
|
149
140
|
|
|
150
141
|
## License
|
|
151
142
|
|
|
152
|
-
Apache 2.0.
|
|
143
|
+
Apache 2.0. See [NOTICE](https://github.com/rksaklani/TensorGrid/blob/main/NOTICE) for attribution.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/scripts/generate_plugin_docs.py
RENAMED
|
File without changes
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/scripts/generate_skills_docs.py
RENAMED
|
File without changes
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/scripts/make_hf_dataset_docs.py
RENAMED
|
File without changes
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/scripts/make_model_zoo_docs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/docs/source/tutorials/query_flickr.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/annotation/__init__.py
RENAMED
|
File without changes
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/annotation/attributes.py
RENAMED
|
File without changes
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/annotation/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/map/batcher/__init__.py
RENAMED
|
File without changes
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/map/batcher/batch.py
RENAMED
|
File without changes
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/map/batcher/id_batch.py
RENAMED
|
File without changes
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/map/batcher/slice_batch.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/odm/embedded_document.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tensorgrid_platform-1.19.2 → tensorgrid_platform-1.19.4}/fiftyone/core/ontology_validation.py
RENAMED
|
File without changes
|