tensorgrid-platform 1.19.0__tar.gz → 1.19.2__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/PKG-INFO +152 -0
- tensorgrid_platform-1.19.2/README.md +61 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/setup.py +1 -1
- tensorgrid_platform-1.19.2/tensorgrid_platform.egg-info/PKG-INFO +152 -0
- {tensorgrid_platform-1.19.0/tensorgrid.egg-info → tensorgrid_platform-1.19.2/tensorgrid_platform.egg-info}/SOURCES.txt +7 -13
- tensorgrid_platform-1.19.0/PKG-INFO +0 -642
- tensorgrid_platform-1.19.0/README.md +0 -551
- tensorgrid_platform-1.19.0/fiftyone.egg-info/PKG-INFO +0 -643
- tensorgrid_platform-1.19.0/fiftyone.egg-info/SOURCES.txt +0 -450
- tensorgrid_platform-1.19.0/fiftyone.egg-info/entry_points.txt +0 -2
- tensorgrid_platform-1.19.0/fiftyone.egg-info/requires.txt +0 -54
- tensorgrid_platform-1.19.0/fiftyone.egg-info/top_level.txt +0 -2
- tensorgrid_platform-1.19.0/tensorgrid.egg-info/PKG-INFO +0 -642
- tensorgrid_platform-1.19.0/tensorgrid.egg-info/dependency_links.txt +0 -1
- tensorgrid_platform-1.19.0/tensorgrid.egg-info/requires.txt +0 -54
- tensorgrid_platform-1.19.0/tensorgrid_platform.egg-info/PKG-INFO +0 -642
- tensorgrid_platform-1.19.0/tensorgrid_platform.egg-info/SOURCES.txt +0 -902
- tensorgrid_platform-1.19.0/tensorgrid_platform.egg-info/dependency_links.txt +0 -1
- tensorgrid_platform-1.19.0/tensorgrid_platform.egg-info/entry_points.txt +0 -4
- tensorgrid_platform-1.19.0/tensorgrid_platform.egg-info/top_level.txt +0 -3
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/CODE_OF_CONDUCT.md +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/CONTRIBUTING.md +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/Dockerfile +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/ISSUE_POLICY.md +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/ISSUE_TRIAGE.md +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/LICENSE +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/MANIFEST.in +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/Makefile +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/SECURITY.md +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/STYLE_GUIDE.md +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/codecov.yml +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/docs/extensions/llms_txt.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/docs/process_css.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/docs/scripts/generate_plugin_docs.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/docs/scripts/generate_skills_docs.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/docs/scripts/make_hf_dataset_docs.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/docs/scripts/make_model_zoo_docs.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/docs/source/conf.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/docs/source/custom_directives.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/docs/source/recipes/image_deduplication_helpers.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/docs/source/recipes/torch-dataset-examples/ddp_train.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/docs/source/recipes/torch-dataset-examples/mnist_training.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/docs/source/recipes/torch-dataset-examples/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/docs/source/redirects.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/docs/source/tutorials/query_flickr.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/aggregations.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/annotation/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/annotation/attributes.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/annotation/constants.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/annotation/generate_label_schemas.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/annotation/hydrate_label_schemas.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/annotation/nodes.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/annotation/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/annotation/validate_label_schemas.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/brain.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/camera.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/cli.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/clips.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/collections.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/config.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/context.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/dataset.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/document.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/evaluation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/expressions.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/fields.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/frame.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/frame_utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/groups.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/json.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/labels.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/logging.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/map/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/map/batcher/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/map/batcher/batch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/map/batcher/id_batch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/map/batcher/slice_batch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/map/factory.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/map/mapper.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/map/process.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/map/threading.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/map/typing.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/media.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/metadata.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/models.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/odm/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/odm/database.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/odm/dataset.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/odm/document.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/odm/embedded_document.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/odm/frame.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/odm/mixins.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/odm/ontology.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/odm/runs.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/odm/sample.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/odm/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/odm/views.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/odm/workspace.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/ontology.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/ontology_validation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/patches.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/plots/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/plots/base.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/plots/manager.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/plots/matplotlib.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/plots/plotly.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/plots/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/plots/views.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/runs.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/sample.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/service.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/session/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/session/client.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/session/constants.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/session/events.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/session/notebooks.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/session/session.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/session/templates.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/session/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/singletons.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/stages.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/state.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/storage.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/tags.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/threed/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/threed/camera.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/threed/lights.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/threed/material_3d.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/threed/mesh.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/threed/object_3d.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/threed/pointcloud.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/threed/scene_3d.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/threed/shape_3d.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/threed/transformation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/threed/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/threed/validators.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/uid.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/validation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/video.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/core/view.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/factory/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/factory/repo_factory.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/factory/repos/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/factory/repos/delegated_operation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/factory/repos/delegated_operation_doc.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/factory/repos/execution_store.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/internal/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/internal/docs.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/internal/features/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/internal/features/environment_manager.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/internal/features/flags.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/internal/features/manager.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/internal/features/registry.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/internal/secrets/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/internal/secrets/providers/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/internal/secrets/providers/iprovider.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/internal/secrets/providers/local.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/internal/secrets/secret.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/internal/util.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/migrations/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/migrations/runner.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/cli/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/decoders/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/decoders/base.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/decoders/registry.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/projection/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/query/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/query/playback_plan.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/query/scene_inventory.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/resolver/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/resolver/base.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/schemas/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/schemas/__init__.pyi +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/schemas/py.typed +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/schemas/v1/__generated__/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/schemas/v1/__generated__/common_pb2.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/schemas/v1/__generated__/common_pb2.pyi +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/schemas/v1/__generated__/inventory_pb2.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/schemas/v1/__generated__/inventory_pb2.pyi +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/schemas/v1/__generated__/playback_pb2.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/schemas/v1/__generated__/playback_pb2.pyi +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/schemas/v1/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/schemas/v1/__init__.pyi +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/server/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/server/routes.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/multimodal/storage/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/_types/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/_types/config.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/_types/pipeline.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/_types/types.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/cache/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/cache/decorator.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/cache/ephemeral.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/cache/serialization.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/cache/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/categories.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/constants.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/decorators.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/delegated.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/evaluation_metric.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/events.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/executor.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/logging_utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/message.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/operations.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/operator.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/panel.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/permissions.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/registry.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/remote_notifier.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/server.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/sse.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/store/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/store/clone.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/store/models.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/store/notification_service.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/store/service.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/store/store.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/store/subscription_registry.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/types.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/operators/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/plugins/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/plugins/constants.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/plugins/context.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/plugins/core.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/plugins/definitions.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/plugins/secrets.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/plugins/skills.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/plugins/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/aggregate.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/aggregations.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/app.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/color.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/constants.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/context.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/data.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/dataloader.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/decorators.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/events/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/events/dispatch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/events/initialize.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/events/listener.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/events/polling.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/events/state.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/exceptions.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/extensions.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/filters.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/indexes.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/inputs.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/interfaces.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/lightning.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/main.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/metadata.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/mutation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/paginator.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/query.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/aggregate.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/camera.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/embeddings.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/event.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/events.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/features.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/fiftyone.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/frames.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/geo.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/get_similar_labels_frames.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/groups.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/media.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/ontology.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/plugins.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/runtime_assets.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/sample.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/screenshot.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/sort.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/tag.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/tagging.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/routes/values.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/samples.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/scalars.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/stage_definitions.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/stages.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/subscription.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/tags.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/utils/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/utils/datasets.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/utils/http.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/utils/json/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/utils/json/encoder.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/utils/json/jsonpatch/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/utils/json/jsonpatch/exceptions.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/utils/json/jsonpatch/methods.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/utils/json/jsonpatch/patch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/utils/json/serialization.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/view.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/server/workspace.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/service/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/service/ipc.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/service/main.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/service/util.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/activitynet.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/annotations.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/aws.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/bdd.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/beam.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/caltech.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/cityscapes.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/clip/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/clip/model.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/clip/tokenizer.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/clip/zoo.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/coco.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/csv.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/cvat.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/data/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/data/base.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/data/converters.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/data/exporters.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/data/importers.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/data/ingestors.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/data/parsers.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/depth_anything.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/dicom.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/eta.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/eval/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/eval/activitynet.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/eval/base.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/eval/classification.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/eval/coco.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/eval/detection.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/eval/openimages.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/eval/regression.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/eval/segmentation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/fiw.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/flash.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/geojson.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/geotiff.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/github.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/groups.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/hmdb51.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/huggingface.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/image.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/imagenet.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/iou.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/kinetics.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/kitti.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/labelbox.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/labels.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/labelstudio.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/lfw.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/open_clip.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/openimages.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/openlabel.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/patches.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/pe.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/places.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/quickstart.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/qwen3_vl.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/random.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/rerun.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/rfdetr.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/sam.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/sam2.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/sam3.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/sama.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/scale.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/sharp.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/super_gradients.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/tf.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/torch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/tracking/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/tracking/deepsort.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/transformers.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/transforms.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/twelvelabs.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/ucf101.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/ultralytics.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/useragent.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/utils3d.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/video.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/voc.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/yolo.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/utils/youtube.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/zoo/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/zoo/datasets/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/zoo/datasets/base.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/zoo/datasets/tf.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/zoo/datasets/torch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/zoo/models/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/fiftyone/zoo/models/torch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/install.bat +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/install.sh +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/operators/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/operators/annotation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/operators/dataset.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/operators/fiftyone.yml +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/operators/group_by.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/operators/model_evaluation/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/operators/model_evaluation/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/panels/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/panels/fiftyone.yml +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/panels/model_evaluation/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/panels/model_evaluation/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/panels/similarity_search/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/panels/similarity_search/constants.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/panels/similarity_search/operators.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/panels/similarity_search/run_manager.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/utils/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/plugins/utils/model_evaluation/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/pylintrc +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/pyproject.toml +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/pytest.ini +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/schemas/multimodal/README.md +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/schemas/multimodal/build.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/schemas/multimodal/include/google/protobuf/struct.proto +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/schemas/multimodal/v1/common.proto +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/schemas/multimodal/v1/inventory.proto +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/schemas/multimodal/v1/playback.proto +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/setup.cfg +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/__public__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/constants.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/aggregations.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/annotation/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/annotation/attributes.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/annotation/constants.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/annotation/generate_label_schemas.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/annotation/hydrate_label_schemas.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/annotation/nodes.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/annotation/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/annotation/validate_label_schemas.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/brain.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/camera.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/cli.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/clips.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/collections.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/config.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/context.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/dataset.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/document.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/evaluation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/expressions.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/fields.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/frame.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/frame_utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/groups.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/json.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/labels.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/logging.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/map/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/map/batcher/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/map/batcher/batch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/map/batcher/id_batch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/map/batcher/slice_batch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/map/factory.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/map/mapper.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/map/process.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/map/threading.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/map/typing.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/media.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/metadata.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/models.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/odm/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/odm/database.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/odm/dataset.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/odm/document.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/odm/embedded_document.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/odm/frame.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/odm/mixins.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/odm/ontology.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/odm/runs.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/odm/sample.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/odm/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/odm/views.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/odm/workspace.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/ontology.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/ontology_validation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/patches.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/plots/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/plots/base.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/plots/manager.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/plots/matplotlib.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/plots/plotly.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/plots/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/plots/views.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/runs.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/sample.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/service.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/session/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/session/client.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/session/constants.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/session/events.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/session/notebooks.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/session/session.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/session/templates.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/session/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/singletons.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/stages.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/state.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/storage.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/tags.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/threed/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/threed/camera.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/threed/lights.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/threed/material_3d.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/threed/mesh.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/threed/object_3d.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/threed/pointcloud.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/threed/scene_3d.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/threed/shape_3d.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/threed/transformation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/threed/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/threed/validators.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/uid.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/validation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/video.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/core/view.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/factory/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/factory/repo_factory.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/factory/repos/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/factory/repos/delegated_operation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/factory/repos/delegated_operation_doc.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/factory/repos/execution_store.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/internal/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/internal/docs.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/internal/features/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/internal/features/environment_manager.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/internal/features/flags.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/internal/features/manager.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/internal/features/registry.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/internal/secrets/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/internal/secrets/providers/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/internal/secrets/providers/iprovider.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/internal/secrets/providers/local.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/internal/secrets/secret.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/internal/util.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/admin/v0_15_0.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/admin/v0_15_1.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_11_2.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_13_0.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_14_0.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_15_1.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_16_0.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_16_1.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_16_3.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_17_0.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_18_0.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_19_0.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_20_0.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_23_0.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_6_2.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_6_5.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_7_2.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_7_3.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_7_4.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_8_0.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v0_9_4.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v1_0_0.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v1_13_0.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v1_1_0.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/revisions/v1_4_0.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/migrations/runner.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/cli/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/decoders/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/decoders/base.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/decoders/registry.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/projection/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/query/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/query/playback_plan.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/query/scene_inventory.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/resolver/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/resolver/base.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/schemas/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/schemas/__init__.pyi +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/schemas/py.typed +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/schemas/v1/__generated__/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/schemas/v1/__generated__/common_pb2.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/schemas/v1/__generated__/common_pb2.pyi +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/schemas/v1/__generated__/inventory_pb2.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/schemas/v1/__generated__/inventory_pb2.pyi +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/schemas/v1/__generated__/playback_pb2.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/schemas/v1/__generated__/playback_pb2.pyi +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/schemas/v1/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/schemas/v1/__init__.pyi +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/server/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/server/routes.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/storage/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/multimodal/tags/_temporal_tags.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/_types/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/_types/config.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/_types/pipeline.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/_types/types.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/cache/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/cache/decorator.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/cache/ephemeral.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/cache/serialization.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/cache/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/categories.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/constants.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/decorators.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/delegated.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/evaluation_metric.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/events.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/executor.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/logging_utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/message.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/operations.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/operator.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/panel.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/permissions.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/registry.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/remote_notifier.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/server.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/sse.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/store/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/store/clone.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/store/models.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/store/notification_service.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/store/service.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/store/store.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/store/subscription_registry.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/types.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/operators/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/plugins/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/plugins/constants.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/plugins/context.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/plugins/core.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/plugins/definitions.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/plugins/secrets.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/plugins/skills.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/plugins/utils.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/resources/cvat_image_annotation_template.xml +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/resources/cvat_video_interpolation_template.xml +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/resources/voc_annotation_template.xml +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/README.md +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/aggregate.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/aggregations.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/app.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/color.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/constants.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/context.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/data.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/dataloader.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/decorators.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/events/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/events/dispatch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/events/initialize.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/events/listener.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/events/polling.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/events/state.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/exceptions.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/extensions.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/filters.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/indexes.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/inputs.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/interfaces.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/lightning.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/main.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/metadata.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/mutation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/paginator.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/query.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/aggregate.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/camera.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/embeddings.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/event.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/events.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/features.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/fiftyone.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/frames.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/geo.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/get_similar_labels_frames.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/groups.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/media.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/ontology.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/plugins.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/runtime_assets.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/sample.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/screenshot.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/sort.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/tag.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/tagging.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/routes/values.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/samples.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/scalars.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/stage_definitions.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/stages.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/404.html +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/CenterFocusWeak-D4jVYtKM.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/DailyMotion-DSrDnQsd.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/DatasetPage-DTBHnCHl.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/DatasetPageQuery.graphql-CIrLE5uy.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/Embeddings-DHYA3oX_.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/Facebook-CcTbN4S6.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/FilePlayer-CCqBQEh3.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/HistogramsPanel-DZNPedmg.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/IndexPage-BqtLNFbO.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/IndexPageQuery.graphql-jUx3cFD_.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/Kaltura-iLsUOU-K.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/Map-D4-CTE13.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/Map-DhqmdzhZ.css +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/Mixcloud-Cz7cf_H1.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/Mux-CKjpEUyC.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/Preview-CuxOHj74.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/SharedSystems-Bwhs-sCf.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/SoundCloud-CEIeaa9a.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/Streamable-X0iAvk0a.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/Twitch-CtseDPx3.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/Vidyard-B8FbpyG8.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/Vimeo-8U6fCPvn.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/WebGLRenderer-D_Km2XIJ.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/WebGPURenderer-BXivautd.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/Wistia-BTyMmuhg.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/YouTube-CybdOtcX.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/_commonjs-dynamic-modules-TDtrdbi3.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/annotate-BZ-lYI_l.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/auto-track-1Ph6tJLQ.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/autorenew.svg +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/browserAll-D6QW55Zt.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/colorToUniform-DmtBy-2V.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/error-RBAdmHMB.svg +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/grid-preview-worker-DyjIVsd0.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/html2canvas-CC4E6Iq8.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-5p0s3jyo.css +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-B-PmyRee.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-B8sx8ir3.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-BB2C7c2E.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-BT4rAYH0.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-BqQUKkM4.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-BvCM6aIO.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-CBvb73Ng.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-CF5MLMA5.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-COeIrxur.css +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-CU86ba7S.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-CYkXVJj6.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-Cw5JiXOR.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-DPkyc65M.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-DRBHyanG.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-D_7pvKT7.css +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-Dk_w7rfD.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-DnU0G1vh.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-J5w07MEx.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-Luys4q3x.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index-Q2IkNJyL.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index.module-nYvV91_x.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/index.umd-CX2RHGBu.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/is-plan-event-enabled-DeNtQvA5.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/mapbox-gl-Ci2w-IFJ.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/mapbox-gl-CwIg1m_Z.css +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/mask-decoder-BBjSexqG.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/maskPathDecodeWorker-0fwdufhJ.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/material-icons-Dr0goTwe.woff +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/material-icons-kAwBdRge.woff2 +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/material-icons-outlined-BpWbwl2n.woff +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/material-icons-outlined-DZhiGvEA.woff2 +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/material-icons-round-BDlwx-sv.woff +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/material-icons-round-DrirKXBx.woff2 +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/material-icons-sharp-CH1KkVu7.woff +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/material-icons-sharp-gidztirS.woff2 +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/material-icons-two-tone-B7wz7mED.woff +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/material-icons-two-tone-DuNIpaEj.woff2 +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/module-yzz5kVyQ.wasm +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/ort-wasm-simd-threaded.jsep.mjs +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/ort-wasm-simd-threaded.jsep.wasm +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/playback-worker-A5tU8Lde.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/plotly-CX4VOiKt.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/recharts-DAUVjFMc.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/wasm-lz4-C7azu--m.wasm +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/wasm-zstd-DFUPPyKO.wasm +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/webworkerAll-CiBeva75.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/assets/worker-B1IpVU9j.js +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/favicon.ico +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/index.html +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/static/model_evaluation.svg +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/subscription.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/tags.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/utils/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/utils/datasets.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/utils/http.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/utils/json/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/utils/json/encoder.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/utils/json/jsonpatch/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/utils/json/jsonpatch/exceptions.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/utils/json/jsonpatch/methods.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/utils/json/jsonpatch/patch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/utils/json/serialization.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/view.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/server/workspace.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/service/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/service/ipc.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/service/main.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/service/util.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/types/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/types/dataset_types.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/activitynet.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/annotations.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/aws.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/bdd.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/beam.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/caltech.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/cityscapes.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/clip/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/clip/model.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/clip/tokenizer.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/clip/zoo.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/coco.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/csv.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/cvat.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/data/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/data/base.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/data/converters.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/data/exporters.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/data/importers.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/data/ingestors.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/data/parsers.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/depth_anything.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/dicom.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/eta.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/eval/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/eval/activitynet.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/eval/base.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/eval/classification.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/eval/coco.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/eval/detection.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/eval/openimages.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/eval/regression.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/eval/segmentation.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/fiw.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/flash.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/geojson.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/geotiff.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/github.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/groups.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/hmdb51.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/huggingface.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/image.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/imagenet.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/iou.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/kinetics.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/kitti.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/labelbox.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/labels.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/labelstudio.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/lfw.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/open_clip.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/openimages.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/openlabel.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/patches.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/pe.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/places.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/quickstart.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/qwen3_vl.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/random.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/rerun.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/rfdetr.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/sam.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/sam2.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/sam3.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/sama.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/scale.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/sharp.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/super_gradients.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/tf.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/torch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/tracking/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/tracking/deepsort.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/transformers.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/transforms.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/twelvelabs.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/ucf101.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/ultralytics.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/useragent.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/utils3d.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/video.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/voc.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/yolo.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/utils/youtube.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/zoo/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/zoo/datasets/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/zoo/datasets/base.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/zoo/datasets/tf.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/zoo/datasets/torch.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/zoo/models/__init__.py +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/zoo/models/manifest-hosted.json +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/zoo/models/manifest-tf.json +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/zoo/models/manifest-torch.json +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid/zoo/models/torch.py +0 -0
- {tensorgrid_platform-1.19.0/fiftyone.egg-info → tensorgrid_platform-1.19.2/tensorgrid_platform.egg-info}/dependency_links.txt +0 -0
- {tensorgrid_platform-1.19.0/tensorgrid.egg-info → tensorgrid_platform-1.19.2/tensorgrid_platform.egg-info}/entry_points.txt +0 -0
- {tensorgrid_platform-1.19.0 → tensorgrid_platform-1.19.2}/tensorgrid_platform.egg-info/requires.txt +0 -0
- {tensorgrid_platform-1.19.0/tensorgrid.egg-info → tensorgrid_platform-1.19.2/tensorgrid_platform.egg-info}/top_level.txt +0 -0
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tensorgrid-platform
|
|
3
|
+
Version: 1.19.2
|
|
4
|
+
Summary: TensorGrid: multimodal data platform for building high-quality datasets and computer vision models (derived from FiftyOne)
|
|
5
|
+
Home-page: https://github.com/rksaklani/TensorGrid
|
|
6
|
+
Author: TensorGrid Contributors
|
|
7
|
+
Author-email:
|
|
8
|
+
License: Apache
|
|
9
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Intended Audience :: Science/Research
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
14
|
+
Classifier: Topic :: Scientific/Engineering :: Image Processing
|
|
15
|
+
Classifier: Topic :: Scientific/Engineering :: Image Recognition
|
|
16
|
+
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
17
|
+
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
18
|
+
Classifier: Operating System :: MacOS :: MacOS X
|
|
19
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
20
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
21
|
+
Classifier: Programming Language :: Python :: 3
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
25
|
+
Requires-Python: >=3.10
|
|
26
|
+
Description-Content-Type: text/markdown
|
|
27
|
+
License-File: LICENSE
|
|
28
|
+
Requires-Dist: Deprecated
|
|
29
|
+
Requires-Dist: packaging
|
|
30
|
+
Requires-Dist: setuptools
|
|
31
|
+
Requires-Dist: aiofiles<26,>=20
|
|
32
|
+
Requires-Dist: argcomplete<4,>=2
|
|
33
|
+
Requires-Dist: async_lru<3,>=2
|
|
34
|
+
Requires-Dist: beautifulsoup4<5,>=2
|
|
35
|
+
Requires-Dist: boto3<2,>=1
|
|
36
|
+
Requires-Dist: cachetools<8,>=5
|
|
37
|
+
Requires-Dist: dacite<2,>=1.6.0
|
|
38
|
+
Requires-Dist: dill<0.5,>=0.1
|
|
39
|
+
Requires-Dist: exceptiongroup<2,>=1
|
|
40
|
+
Requires-Dist: ftfy<7,>=4
|
|
41
|
+
Requires-Dist: humanize<5,>=2
|
|
42
|
+
Requires-Dist: hypercorn<0.19,>=0.13.2
|
|
43
|
+
Requires-Dist: Jinja2<4,>=3
|
|
44
|
+
Requires-Dist: jsonpatch<2,>=1
|
|
45
|
+
Requires-Dist: mongoengine~=0.29.1
|
|
46
|
+
Requires-Dist: motor~=3.6.0
|
|
47
|
+
Requires-Dist: Pillow>=12.2
|
|
48
|
+
Requires-Dist: plotly<7,>=6.1.1
|
|
49
|
+
Requires-Dist: pprintpp<0.5,>=0.1
|
|
50
|
+
Requires-Dist: psutil<8,>=5
|
|
51
|
+
Requires-Dist: pydash<9,>=6
|
|
52
|
+
Requires-Dist: pymongo~=4.9.2
|
|
53
|
+
Requires-Dist: pytz
|
|
54
|
+
Requires-Dist: PyYAML<7,>=4
|
|
55
|
+
Requires-Dist: regex
|
|
56
|
+
Requires-Dist: retrying<2,>=1
|
|
57
|
+
Requires-Dist: sseclient-py<2,>=1.7.2
|
|
58
|
+
Requires-Dist: sse-starlette<4,>=0.10.3
|
|
59
|
+
Requires-Dist: starlette<1.1,>=0.49.1
|
|
60
|
+
Requires-Dist: strawberry-graphql<0.317.0,>=0.312.3
|
|
61
|
+
Requires-Dist: tabulate<0.11,>=0.7
|
|
62
|
+
Requires-Dist: tqdm<5,>=2
|
|
63
|
+
Requires-Dist: xmltodict<2,>=1
|
|
64
|
+
Requires-Dist: universal-analytics-python3<2,>=1.0.1
|
|
65
|
+
Requires-Dist: matplotlib<4
|
|
66
|
+
Requires-Dist: numpy<3
|
|
67
|
+
Requires-Dist: opencv-python-headless<5
|
|
68
|
+
Requires-Dist: pandas<4
|
|
69
|
+
Requires-Dist: rtree<2
|
|
70
|
+
Requires-Dist: scikit-learn<2
|
|
71
|
+
Requires-Dist: scikit-image<1
|
|
72
|
+
Requires-Dist: scipy<2
|
|
73
|
+
Requires-Dist: fiftyone-brain<0.23,>=0.22.0
|
|
74
|
+
Requires-Dist: fiftyone-db<2.0,>=0.4
|
|
75
|
+
Requires-Dist: voxel51-eta<0.17,>=0.16.0
|
|
76
|
+
Provides-Extra: multimodal-mcap
|
|
77
|
+
Requires-Dist: protobuf==6.33.6; extra == "multimodal-mcap"
|
|
78
|
+
Provides-Extra: multimodal
|
|
79
|
+
Requires-Dist: tensorgrid-platform[multimodal-mcap]; extra == "multimodal"
|
|
80
|
+
Dynamic: author
|
|
81
|
+
Dynamic: classifier
|
|
82
|
+
Dynamic: description
|
|
83
|
+
Dynamic: description-content-type
|
|
84
|
+
Dynamic: home-page
|
|
85
|
+
Dynamic: license
|
|
86
|
+
Dynamic: license-file
|
|
87
|
+
Dynamic: provides-extra
|
|
88
|
+
Dynamic: requires-dist
|
|
89
|
+
Dynamic: requires-python
|
|
90
|
+
Dynamic: summary
|
|
91
|
+
|
|
92
|
+
# TensorGrid Platform
|
|
93
|
+
|
|
94
|
+
**Multimodal data platform for building high-quality datasets and computer vision models.**
|
|
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
|
+
[](https://pypi.org/project/tensorgrid-platform/)
|
|
99
|
+
[](https://github.com/rksaklani/TensorGrid/blob/main/core/LICENSE)
|
|
100
|
+
[](https://pypi.org/project/tensorgrid-platform/)
|
|
101
|
+
|
|
102
|
+
[GitHub](https://github.com/rksaklani/TensorGrid) · [Releases](https://github.com/rksaklani/TensorGrid/releases)
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## Install
|
|
107
|
+
|
|
108
|
+
```bash
|
|
109
|
+
pip install tensorgrid-platform
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
`fiftyone-db` and `fiftyone-brain` are installed automatically as dependencies.
|
|
113
|
+
|
|
114
|
+
## Quick start
|
|
115
|
+
|
|
116
|
+
```python
|
|
117
|
+
import tensorgrid as tg
|
|
118
|
+
import tensorgrid.zoo as tgz
|
|
119
|
+
|
|
120
|
+
dataset = tgz.load_zoo_dataset("quickstart")
|
|
121
|
+
session = tg.launch_app(dataset)
|
|
122
|
+
session.wait(-1)
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
Open http://localhost:5151 in your browser.
|
|
126
|
+
|
|
127
|
+
## CLI
|
|
128
|
+
|
|
129
|
+
```bash
|
|
130
|
+
tg app launch quickstart
|
|
131
|
+
tensorgrid app launch quickstart
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
## Python API
|
|
135
|
+
|
|
136
|
+
```python
|
|
137
|
+
import tensorgrid as tg # recommended
|
|
138
|
+
import fiftyone as fo # compatibility alias
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
## Development install
|
|
142
|
+
|
|
143
|
+
Clone the [GitHub repository](https://github.com/rksaklani/TensorGrid), build the web app, then:
|
|
144
|
+
|
|
145
|
+
```bash
|
|
146
|
+
pip install -e core/
|
|
147
|
+
./scripts/start-tensorgrid.sh
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
## License
|
|
151
|
+
|
|
152
|
+
Apache 2.0. TensorGrid modifications © TensorGrid Contributors. Original FiftyOne © Voxel51, Inc.
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# TensorGrid Platform
|
|
2
|
+
|
|
3
|
+
**Multimodal data platform for building high-quality datasets and computer vision models.**
|
|
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
|
+
[](https://pypi.org/project/tensorgrid-platform/)
|
|
8
|
+
[](https://github.com/rksaklani/TensorGrid/blob/main/core/LICENSE)
|
|
9
|
+
[](https://pypi.org/project/tensorgrid-platform/)
|
|
10
|
+
|
|
11
|
+
[GitHub](https://github.com/rksaklani/TensorGrid) · [Releases](https://github.com/rksaklani/TensorGrid/releases)
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Install
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
pip install tensorgrid-platform
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
`fiftyone-db` and `fiftyone-brain` are installed automatically as dependencies.
|
|
22
|
+
|
|
23
|
+
## Quick start
|
|
24
|
+
|
|
25
|
+
```python
|
|
26
|
+
import tensorgrid as tg
|
|
27
|
+
import tensorgrid.zoo as tgz
|
|
28
|
+
|
|
29
|
+
dataset = tgz.load_zoo_dataset("quickstart")
|
|
30
|
+
session = tg.launch_app(dataset)
|
|
31
|
+
session.wait(-1)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
Open http://localhost:5151 in your browser.
|
|
35
|
+
|
|
36
|
+
## CLI
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
tg app launch quickstart
|
|
40
|
+
tensorgrid app launch quickstart
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## Python API
|
|
44
|
+
|
|
45
|
+
```python
|
|
46
|
+
import tensorgrid as tg # recommended
|
|
47
|
+
import fiftyone as fo # compatibility alias
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
## Development install
|
|
51
|
+
|
|
52
|
+
Clone the [GitHub repository](https://github.com/rksaklani/TensorGrid), build the web app, then:
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
pip install -e core/
|
|
56
|
+
./scripts/start-tensorgrid.sh
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
## License
|
|
60
|
+
|
|
61
|
+
Apache 2.0. TensorGrid modifications © TensorGrid Contributors. Original FiftyOne © Voxel51, Inc.
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tensorgrid-platform
|
|
3
|
+
Version: 1.19.2
|
|
4
|
+
Summary: TensorGrid: multimodal data platform for building high-quality datasets and computer vision models (derived from FiftyOne)
|
|
5
|
+
Home-page: https://github.com/rksaklani/TensorGrid
|
|
6
|
+
Author: TensorGrid Contributors
|
|
7
|
+
Author-email:
|
|
8
|
+
License: Apache
|
|
9
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Intended Audience :: Science/Research
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
14
|
+
Classifier: Topic :: Scientific/Engineering :: Image Processing
|
|
15
|
+
Classifier: Topic :: Scientific/Engineering :: Image Recognition
|
|
16
|
+
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
17
|
+
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
18
|
+
Classifier: Operating System :: MacOS :: MacOS X
|
|
19
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
20
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
21
|
+
Classifier: Programming Language :: Python :: 3
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
25
|
+
Requires-Python: >=3.10
|
|
26
|
+
Description-Content-Type: text/markdown
|
|
27
|
+
License-File: LICENSE
|
|
28
|
+
Requires-Dist: Deprecated
|
|
29
|
+
Requires-Dist: packaging
|
|
30
|
+
Requires-Dist: setuptools
|
|
31
|
+
Requires-Dist: aiofiles<26,>=20
|
|
32
|
+
Requires-Dist: argcomplete<4,>=2
|
|
33
|
+
Requires-Dist: async_lru<3,>=2
|
|
34
|
+
Requires-Dist: beautifulsoup4<5,>=2
|
|
35
|
+
Requires-Dist: boto3<2,>=1
|
|
36
|
+
Requires-Dist: cachetools<8,>=5
|
|
37
|
+
Requires-Dist: dacite<2,>=1.6.0
|
|
38
|
+
Requires-Dist: dill<0.5,>=0.1
|
|
39
|
+
Requires-Dist: exceptiongroup<2,>=1
|
|
40
|
+
Requires-Dist: ftfy<7,>=4
|
|
41
|
+
Requires-Dist: humanize<5,>=2
|
|
42
|
+
Requires-Dist: hypercorn<0.19,>=0.13.2
|
|
43
|
+
Requires-Dist: Jinja2<4,>=3
|
|
44
|
+
Requires-Dist: jsonpatch<2,>=1
|
|
45
|
+
Requires-Dist: mongoengine~=0.29.1
|
|
46
|
+
Requires-Dist: motor~=3.6.0
|
|
47
|
+
Requires-Dist: Pillow>=12.2
|
|
48
|
+
Requires-Dist: plotly<7,>=6.1.1
|
|
49
|
+
Requires-Dist: pprintpp<0.5,>=0.1
|
|
50
|
+
Requires-Dist: psutil<8,>=5
|
|
51
|
+
Requires-Dist: pydash<9,>=6
|
|
52
|
+
Requires-Dist: pymongo~=4.9.2
|
|
53
|
+
Requires-Dist: pytz
|
|
54
|
+
Requires-Dist: PyYAML<7,>=4
|
|
55
|
+
Requires-Dist: regex
|
|
56
|
+
Requires-Dist: retrying<2,>=1
|
|
57
|
+
Requires-Dist: sseclient-py<2,>=1.7.2
|
|
58
|
+
Requires-Dist: sse-starlette<4,>=0.10.3
|
|
59
|
+
Requires-Dist: starlette<1.1,>=0.49.1
|
|
60
|
+
Requires-Dist: strawberry-graphql<0.317.0,>=0.312.3
|
|
61
|
+
Requires-Dist: tabulate<0.11,>=0.7
|
|
62
|
+
Requires-Dist: tqdm<5,>=2
|
|
63
|
+
Requires-Dist: xmltodict<2,>=1
|
|
64
|
+
Requires-Dist: universal-analytics-python3<2,>=1.0.1
|
|
65
|
+
Requires-Dist: matplotlib<4
|
|
66
|
+
Requires-Dist: numpy<3
|
|
67
|
+
Requires-Dist: opencv-python-headless<5
|
|
68
|
+
Requires-Dist: pandas<4
|
|
69
|
+
Requires-Dist: rtree<2
|
|
70
|
+
Requires-Dist: scikit-learn<2
|
|
71
|
+
Requires-Dist: scikit-image<1
|
|
72
|
+
Requires-Dist: scipy<2
|
|
73
|
+
Requires-Dist: fiftyone-brain<0.23,>=0.22.0
|
|
74
|
+
Requires-Dist: fiftyone-db<2.0,>=0.4
|
|
75
|
+
Requires-Dist: voxel51-eta<0.17,>=0.16.0
|
|
76
|
+
Provides-Extra: multimodal-mcap
|
|
77
|
+
Requires-Dist: protobuf==6.33.6; extra == "multimodal-mcap"
|
|
78
|
+
Provides-Extra: multimodal
|
|
79
|
+
Requires-Dist: tensorgrid-platform[multimodal-mcap]; extra == "multimodal"
|
|
80
|
+
Dynamic: author
|
|
81
|
+
Dynamic: classifier
|
|
82
|
+
Dynamic: description
|
|
83
|
+
Dynamic: description-content-type
|
|
84
|
+
Dynamic: home-page
|
|
85
|
+
Dynamic: license
|
|
86
|
+
Dynamic: license-file
|
|
87
|
+
Dynamic: provides-extra
|
|
88
|
+
Dynamic: requires-dist
|
|
89
|
+
Dynamic: requires-python
|
|
90
|
+
Dynamic: summary
|
|
91
|
+
|
|
92
|
+
# TensorGrid Platform
|
|
93
|
+
|
|
94
|
+
**Multimodal data platform for building high-quality datasets and computer vision models.**
|
|
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
|
+
[](https://pypi.org/project/tensorgrid-platform/)
|
|
99
|
+
[](https://github.com/rksaklani/TensorGrid/blob/main/core/LICENSE)
|
|
100
|
+
[](https://pypi.org/project/tensorgrid-platform/)
|
|
101
|
+
|
|
102
|
+
[GitHub](https://github.com/rksaklani/TensorGrid) · [Releases](https://github.com/rksaklani/TensorGrid/releases)
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## Install
|
|
107
|
+
|
|
108
|
+
```bash
|
|
109
|
+
pip install tensorgrid-platform
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
`fiftyone-db` and `fiftyone-brain` are installed automatically as dependencies.
|
|
113
|
+
|
|
114
|
+
## Quick start
|
|
115
|
+
|
|
116
|
+
```python
|
|
117
|
+
import tensorgrid as tg
|
|
118
|
+
import tensorgrid.zoo as tgz
|
|
119
|
+
|
|
120
|
+
dataset = tgz.load_zoo_dataset("quickstart")
|
|
121
|
+
session = tg.launch_app(dataset)
|
|
122
|
+
session.wait(-1)
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
Open http://localhost:5151 in your browser.
|
|
126
|
+
|
|
127
|
+
## CLI
|
|
128
|
+
|
|
129
|
+
```bash
|
|
130
|
+
tg app launch quickstart
|
|
131
|
+
tensorgrid app launch quickstart
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
## Python API
|
|
135
|
+
|
|
136
|
+
```python
|
|
137
|
+
import tensorgrid as tg # recommended
|
|
138
|
+
import fiftyone as fo # compatibility alias
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
## Development install
|
|
142
|
+
|
|
143
|
+
Clone the [GitHub repository](https://github.com/rksaklani/TensorGrid), build the web app, then:
|
|
144
|
+
|
|
145
|
+
```bash
|
|
146
|
+
pip install -e core/
|
|
147
|
+
./scripts/start-tensorgrid.sh
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
## License
|
|
151
|
+
|
|
152
|
+
Apache 2.0. TensorGrid modifications © TensorGrid Contributors. Original FiftyOne © Voxel51, Inc.
|
|
@@ -31,12 +31,6 @@ docs/source/recipes/torch-dataset-examples/mnist_training.py
|
|
|
31
31
|
docs/source/recipes/torch-dataset-examples/utils.py
|
|
32
32
|
docs/source/tutorials/query_flickr.py
|
|
33
33
|
fiftyone/__init__.py
|
|
34
|
-
fiftyone.egg-info/PKG-INFO
|
|
35
|
-
fiftyone.egg-info/SOURCES.txt
|
|
36
|
-
fiftyone.egg-info/dependency_links.txt
|
|
37
|
-
fiftyone.egg-info/entry_points.txt
|
|
38
|
-
fiftyone.egg-info/requires.txt
|
|
39
|
-
fiftyone.egg-info/top_level.txt
|
|
40
34
|
fiftyone/core/__init__.py
|
|
41
35
|
fiftyone/core/aggregations.py
|
|
42
36
|
fiftyone/core/brain.py
|
|
@@ -415,12 +409,6 @@ schemas/multimodal/v1/playback.proto
|
|
|
415
409
|
tensorgrid/__init__.py
|
|
416
410
|
tensorgrid/__public__.py
|
|
417
411
|
tensorgrid/constants.py
|
|
418
|
-
tensorgrid.egg-info/PKG-INFO
|
|
419
|
-
tensorgrid.egg-info/SOURCES.txt
|
|
420
|
-
tensorgrid.egg-info/dependency_links.txt
|
|
421
|
-
tensorgrid.egg-info/entry_points.txt
|
|
422
|
-
tensorgrid.egg-info/requires.txt
|
|
423
|
-
tensorgrid.egg-info/top_level.txt
|
|
424
412
|
tensorgrid/core/__init__.py
|
|
425
413
|
tensorgrid/core/aggregations.py
|
|
426
414
|
tensorgrid/core/brain.py
|
|
@@ -893,4 +881,10 @@ tensorgrid/zoo/models/__init__.py
|
|
|
893
881
|
tensorgrid/zoo/models/manifest-hosted.json
|
|
894
882
|
tensorgrid/zoo/models/manifest-tf.json
|
|
895
883
|
tensorgrid/zoo/models/manifest-torch.json
|
|
896
|
-
tensorgrid/zoo/models/torch.py
|
|
884
|
+
tensorgrid/zoo/models/torch.py
|
|
885
|
+
tensorgrid_platform.egg-info/PKG-INFO
|
|
886
|
+
tensorgrid_platform.egg-info/SOURCES.txt
|
|
887
|
+
tensorgrid_platform.egg-info/dependency_links.txt
|
|
888
|
+
tensorgrid_platform.egg-info/entry_points.txt
|
|
889
|
+
tensorgrid_platform.egg-info/requires.txt
|
|
890
|
+
tensorgrid_platform.egg-info/top_level.txt
|