LICENSE
NOTICE
README.md
pyproject.toml
src/datamata.egg-info/PKG-INFO
src/datamata.egg-info/SOURCES.txt
src/datamata.egg-info/dependency_links.txt
src/datamata.egg-info/entry_points.txt
src/datamata.egg-info/requires.txt
src/datamata.egg-info/top_level.txt
src/mata/__init__.py
src/mata/__main__.py
src/mata/api.py
src/mata/cli.py
src/mata/notebook.py
src/mata/py.typed
src/mata/visualization.py
src/mata/visualization_cv2.py
src/mata/adapters/__init__.py
src/mata/adapters/base.py
src/mata/adapters/clip_adapter.py
src/mata/adapters/embed_adapter.py
src/mata/adapters/huggingface_adapter.py
src/mata/adapters/huggingface_classify_adapter.py
src/mata/adapters/huggingface_depth_adapter.py
src/mata/adapters/huggingface_sam_adapter.py
src/mata/adapters/huggingface_segment_adapter.py
src/mata/adapters/huggingface_vlm_adapter.py
src/mata/adapters/huggingface_zeroshot_detect_adapter.py
src/mata/adapters/huggingface_zeroshot_segment_adapter.py
src/mata/adapters/onnx_adapter.py
src/mata/adapters/onnx_base.py
src/mata/adapters/onnx_classify_adapter.py
src/mata/adapters/pipeline_adapter.py
src/mata/adapters/pytorch_adapter.py
src/mata/adapters/pytorch_base.py
src/mata/adapters/pytorch_classify_adapter.py
src/mata/adapters/reid_adapter.py
src/mata/adapters/tensorrt_adapter.py
src/mata/adapters/torchscript_adapter.py
src/mata/adapters/torchscript_classify_adapter.py
src/mata/adapters/torchvision_detect_adapter.py
src/mata/adapters/tracking_adapter.py
src/mata/adapters/xclip_adapter.py
src/mata/adapters/barcode/__init__.py
src/mata/adapters/barcode/pyzbar_adapter.py
src/mata/adapters/barcode/zxing_adapter.py
src/mata/adapters/helpers/__init__.py
src/mata/adapters/helpers/detr_helper.py
src/mata/adapters/helpers/dino_helper.py
src/mata/adapters/helpers/rtdetr_helper.py
src/mata/adapters/ocr/__init__.py
src/mata/adapters/ocr/easyocr_adapter.py
src/mata/adapters/ocr/huggingface_ocr_adapter.py
src/mata/adapters/ocr/paddleocr_adapter.py
src/mata/adapters/ocr/tesseract_adapter.py
src/mata/adapters/wrappers/__init__.py
src/mata/adapters/wrappers/classify_wrapper.py
src/mata/adapters/wrappers/depth_wrapper.py
src/mata/adapters/wrappers/detect_wrapper.py
src/mata/adapters/wrappers/ocr_wrapper.py
src/mata/adapters/wrappers/sam_wrapper.py
src/mata/adapters/wrappers/segment_wrapper.py
src/mata/adapters/wrappers/vlm_wrapper.py
src/mata/core/__init__.py
src/mata/core/agent_loop.py
src/mata/core/config.py
src/mata/core/exceptions.py
src/mata/core/image_tools.py
src/mata/core/logging.py
src/mata/core/mask_utils.py
src/mata/core/model_loader.py
src/mata/core/model_registry.py
src/mata/core/parsers.py
src/mata/core/tool_prompts.py
src/mata/core/tool_registry.py
src/mata/core/tool_schema.py
src/mata/core/types.py
src/mata/core/video_io.py
src/mata/core/artifacts/__init__.py
src/mata/core/artifacts/barcode_data.py
src/mata/core/artifacts/base.py
src/mata/core/artifacts/classifications.py
src/mata/core/artifacts/converters.py
src/mata/core/artifacts/cross_matches.py
src/mata/core/artifacts/depth_map.py
src/mata/core/artifacts/detections.py
src/mata/core/artifacts/embeddings.py
src/mata/core/artifacts/image.py
src/mata/core/artifacts/keypoints.py
src/mata/core/artifacts/masks.py
src/mata/core/artifacts/matches.py
src/mata/core/artifacts/ocr_text.py
src/mata/core/artifacts/result.py
src/mata/core/artifacts/rois.py
src/mata/core/artifacts/tracks.py
src/mata/core/exporters/__init__.py
src/mata/core/exporters/crop_exporter.py
src/mata/core/exporters/csv_exporter.py
src/mata/core/exporters/image_exporter.py
src/mata/core/exporters/json_exporter.py
src/mata/core/exporters/text_exporter.py
src/mata/core/exporters/valkey_exporter.py
src/mata/core/graph/__init__.py
src/mata/core/graph/conditionals.py
src/mata/core/graph/context.py
src/mata/core/graph/dsl.py
src/mata/core/graph/graph.py
src/mata/core/graph/node.py
src/mata/core/graph/scheduler.py
src/mata/core/graph/temporal.py
src/mata/core/graph/validator.py
src/mata/core/observability/__init__.py
src/mata/core/observability/metrics.py
src/mata/core/observability/provenance.py
src/mata/core/observability/tracing.py
src/mata/core/registry/__init__.py
src/mata/core/registry/protocols.py
src/mata/core/registry/providers.py
src/mata/eval/__init__.py
src/mata/eval/confusion_matrix.py
src/mata/eval/dataset.py
src/mata/eval/plots.py
src/mata/eval/printer.py
src/mata/eval/validator.py
src/mata/eval/metrics/__init__.py
src/mata/eval/metrics/base.py
src/mata/eval/metrics/classify.py
src/mata/eval/metrics/depth.py
src/mata/eval/metrics/detect.py
src/mata/eval/metrics/iou.py
src/mata/eval/metrics/ocr.py
src/mata/eval/metrics/segment.py
src/mata/nodes/__init__.py
src/mata/nodes/annotate.py
src/mata/nodes/annotate_rt.py
src/mata/nodes/barcode.py
src/mata/nodes/classify.py
src/mata/nodes/depth.py
src/mata/nodes/detect.py
src/mata/nodes/embed.py
src/mata/nodes/expand_boxes.py
src/mata/nodes/filter.py
src/mata/nodes/fuse.py
src/mata/nodes/gallery_match.py
src/mata/nodes/keep_best_mask.py
src/mata/nodes/mask_to_box.py
src/mata/nodes/merge.py
src/mata/nodes/nms.py
src/mata/nodes/ocr.py
src/mata/nodes/promote_entities.py
src/mata/nodes/prompt_boxes.py
src/mata/nodes/prompt_points.py
src/mata/nodes/refine_mask.py
src/mata/nodes/reid.py
src/mata/nodes/roi.py
src/mata/nodes/segment.py
src/mata/nodes/segment_everything.py
src/mata/nodes/topk.py
src/mata/nodes/track.py
src/mata/nodes/valkey_load.py
src/mata/nodes/valkey_store.py
src/mata/nodes/vlm_describe.py
src/mata/nodes/vlm_detect.py
src/mata/nodes/vlm_query.py
src/mata/presets/__init__.py
src/mata/presets/agriculture.py
src/mata/presets/detection_pose.py
src/mata/presets/detection_segmentation.py
src/mata/presets/driving.py
src/mata/presets/full_scene.py
src/mata/presets/general.py
src/mata/presets/manufacturing.py
src/mata/presets/retail.py
src/mata/presets/surveillance.py
src/mata/presets/vlm.py
src/mata/recognition/__init__.py
src/mata/recognition/gallery.py
src/mata/runtimes/__init__.py
src/mata/runtimes/base.py
src/mata/runtimes/onnx_runtime.py
src/mata/runtimes/torch_runtime.py
src/mata/tasks/__init__.py
src/mata/tasks/base.py
src/mata/trackers/__init__.py
src/mata/trackers/basetrack.py
src/mata/trackers/bot_sort.py
src/mata/trackers/byte_tracker.py
src/mata/trackers/global_id_registry.py
src/mata/trackers/reid_bridge.py
src/mata/trackers/utils/__init__.py
src/mata/trackers/utils/gmc.py
src/mata/trackers/utils/kalman_filter.py
src/mata/trackers/utils/matching.py
tests/test_adapter_wrappers.py
tests/test_agent_loop.py
tests/test_agent_loop_tracing.py
tests/test_annotate_rt.py
tests/test_api.py
tests/test_artifact_base.py
tests/test_artifact_converters.py
tests/test_artifact_image.py
tests/test_artifact_task_1_4.py
tests/test_backward_compatibility.py
tests/test_barcode_adapter.py
tests/test_barcode_integration.py
tests/test_barcode_node.py
tests/test_base_adapter.py
tests/test_basetrack_strack.py
tests/test_bbox_from_mask.py
tests/test_bot_sort.py
tests/test_byte_tracker.py
tests/test_capability_protocols.py
tests/test_classify_adapter.py
tests/test_classify_types.py
tests/test_cli.py
tests/test_cli_recognize.py
tests/test_clip_adapter.py
tests/test_conditionals.py
tests/test_config.py
tests/test_converters.py
tests/test_cross_matches.py
tests/test_depth_adapter.py
tests/test_depth_metrics.py
tests/test_depth_result.py
tests/test_detections_artifact.py
tests/test_dsl.py
tests/test_embed_adapter.py
tests/test_embed_api.py
tests/test_embed_node.py
tests/test_embed_result.py
tests/test_embeddings_artifact.py
tests/test_eval_ap_per_class.py
tests/test_eval_api.py
tests/test_eval_box_iou.py
tests/test_eval_classify.py
tests/test_eval_dataset.py
tests/test_eval_depth.py
tests/test_eval_detect_metrics.py
tests/test_eval_iou.py
tests/test_eval_metrics.py
tests/test_eval_ocr.py
tests/test_eval_plots.py
tests/test_eval_printer.py
tests/test_eval_segment_metrics.py
tests/test_eval_validator.py
tests/test_examples_validation.py
tests/test_exceptions.py
tests/test_execution_context.py
tests/test_fusion_nodes.py
tests/test_gallery.py
tests/test_gallery_match_node.py
tests/test_global_id_registry.py
tests/test_graph_builder.py
tests/test_graph_control_flow.py
tests/test_graph_run.py
tests/test_graph_run_video.py
tests/test_graph_validator.py
tests/test_graph_video_pipeline_integration.py
tests/test_huggingface_ocr_adapter.py
tests/test_image_tools.py
tests/test_import_compatibility.py
tests/test_infer_api.py
tests/test_kalman_filter.py
tests/test_mask_refinement_nodes.py
tests/test_mask_utils.py
tests/test_matches_artifact.py
tests/test_matching_utils.py
tests/test_model_type_enum.py
tests/test_multiresult.py
tests/test_node_base.py
tests/test_notebook.py
tests/test_observability.py
tests/test_ocr_adapter.py
tests/test_ocr_node.py
tests/test_onnx_classify_adapter.py
tests/test_parsers.py
tests/test_pipeline_adapter.py
tests/test_polygon_visualization.py
tests/test_presets.py
tests/test_prompt_nodes.py
tests/test_protocols.py
tests/test_provider_registry.py
tests/test_recognize_api.py
tests/test_region_tool_dispatch.py
tests/test_reid_adapter.py
tests/test_reid_bridge.py
tests/test_reid_node.py
tests/test_sam_adapter.py
tests/test_save_functionality.py
tests/test_scenario_presets.py
tests/test_scheduler.py
tests/test_segment_adapter.py
tests/test_segment_types.py
tests/test_task_nodes.py
tests/test_temporal.py
tests/test_tool_call_parser.py
tests/test_tool_prompts.py
tests/test_tool_registry.py
tests/test_tool_schema.py
tests/test_torchscript_classify_adapter.py
tests/test_torchvision_detect_adapter.py
tests/test_track_api.py
tests/test_track_node.py
tests/test_tracking_adapter.py
tests/test_tracking_reid.py
tests/test_tracking_visualization.py
tests/test_transformation_nodes.py
tests/test_types.py
tests/test_universal_loader.py
tests/test_valkey_config.py
tests/test_valkey_exporter.py
tests/test_valkey_nodes.py
tests/test_video_io.py
tests/test_vision_result.py
tests/test_visualization_analysis_nodes.py
tests/test_vlm_adapter.py
tests/test_vlm_nodes.py
tests/test_vlm_nodes_agent_mode.py
tests/test_vlm_tool_calling.py
tests/test_xclip_adapter.py
tests/test_zeroshot_detect_adapter.py
tests/test_zeroshot_integration.py
tests/test_zeroshot_segment_adapter.py