.gitignore
LICENSE
README.md
pyproject.toml
./LICENSE
.github/workflows/python-publish.yml
examples/README.md
examples/__init__.py
examples/caption_demo.py
examples/example.jpg
examples/live_rtmp_stream.py
examples/load_from_url_timing.py
examples/load_video_from_http.py
examples/pop_demo.py
examples/upload_image_timing.py
examples/upload_streaming.py
examples/upload_video.py
examples/viewer.html
examples/visualize_on_image.py
examples/visualize_pop.py
examples/visualize_transient.py
examples/visualize_with_webui2.py
examples/workflow_cli.py
examples/experimental/__init__.py
examples/experimental/create_dataset_and_train.py
examples/experimental/create_dataset_and_train_sync.py
examples/experimental/import_model_and_alias.py
examples/experimental/wait_for.py
examples/experimental/wait_for_sync.py
examples/experimental/sample_assets/__init__.py
examples/experimental/sample_assets/example.jpg
examples/experimental/sample_assets/sample_assets.json
eyepop/__init__.py
eyepop/client_event.fbs
eyepop/client_session.py
eyepop/endpoint.py
eyepop/exceptions.py
eyepop/eyepopsdk.py
eyepop/jobs.py
eyepop/metrics.py
eyepop/periodic.py
eyepop/request_tracer.py
eyepop/syncify.py
eyepop/visualize.py
eyepop.egg-info/PKG-INFO
eyepop.egg-info/SOURCES.txt
eyepop.egg-info/dependency_links.txt
eyepop.egg-info/requires.txt
eyepop.egg-info/top_level.txt
eyepop/data/__init__.py
eyepop/data/data_endpoint.py
eyepop/data/data_jobs.py
eyepop/data/data_normalize.py
eyepop/data/data_syncify.py
eyepop/data/data_top_k.py
eyepop/data/data_types.py
eyepop/data/arrow/__init__.py
eyepop/data/arrow/schema.py
eyepop/data/arrow/schema_0_0.py
eyepop/data/arrow/schema_1_0.py
eyepop/data/arrow/schema_1_1.py
eyepop/data/arrow/schema_1_2.py
eyepop/data/arrow/schema_1_3.py
eyepop/data/arrow/schema_1_4.py
eyepop/data/arrow/schema_version_conversion.py
eyepop/data/arrow/streaming.py
eyepop/data/arrow/eyepop/__init__.py
eyepop/data/arrow/eyepop/annotations.py
eyepop/data/arrow/eyepop/assets.py
eyepop/data/arrow/eyepop/predictions.py
eyepop/data/arrow/pandas/__init__.py
eyepop/data/arrow/pandas/assets.py
eyepop/events/ClientType.py
eyepop/events/Event.py
eyepop/events/Method.py
eyepop/events/Record.py
eyepop/events/Result.py
eyepop/events/__init__.py
eyepop/worker/__init__.py
eyepop/worker/load_balancer.py
eyepop/worker/worker_client_session.py
eyepop/worker/worker_endpoint.py
eyepop/worker/worker_jobs.py
eyepop/worker/worker_syncify.py
eyepop/worker/worker_types.py
tests/__init__.py
tests/test.jpg
tests/data/__init__.py
tests/data/arrow_test_helpers.py
tests/data/base_endpoint_test.py
tests/data/test_arrow_to_from_annotation.py
tests/data/test_arrow_to_from_pandas.py
tests/data/test_arrow_to_from_prediction.py
tests/data/test_endpoint_connect.py
tests/data/test_endpoint_dataset_ops.py
tests/data/test_endpoint_no_tracing.py
tests/data/test_filter_prediction_top_k.py
tests/data/files/__init__.py
tests/data/files/prediction_0_bbox.json
tests/data/files/prediction_10_classes.json
tests/data/files/prediction_10_classes_10_objects.json
tests/data/files/prediction_10_objects.json
tests/data/files/prediction_11_timestamp.json
tests/data/files/prediction_12_texts.json
tests/data/files/prediction_1_bbox.json
tests/data/files/prediction_1_embeddings.json
tests/data/files/prediction_2_bbox.json
tests/data/files/prediction_2_keypoints.json
tests/data/files/prediction_2_keypoints_2_objects.json
tests/data/files/prediction_2_keypoints_with_category.json
tests/data/files/prediction_2_objects_category_texts.json
tests/data/files/prediction_3_classes.json
tests/data/files/prediction_4_bbox_and_classes.json
tests/worker/__init__.py
tests/worker/base_endpoint_test.py
tests/worker/test_endpoint_connect.py
tests/worker/test_endpoint_load.py
tests/worker/test_endpoint_load_balance.py
tests/worker/test_endpoint_pop.py
tests/worker/test_endpoint_pop_comp.py
tests/worker/test_endpoint_post_transform.py
tests/worker/test_endpoint_retry.py
tests/worker/test_endpoint_sandbox.py
tests/worker/test_endpoint_upload.py
tests/worker/test_endpoint_upload_stream.py