.gitignore
LICENSE
README.md
VERSIONING.md
buf.gen.yaml
buf.yaml
pom.xml
pyproject.toml
requirements.txt
.github/workflows/buf-ci.yaml
.github/workflows/java-ci.yaml
.github/workflows/python-ci.yaml
proto/biopb/image/bindata.proto
proto/biopb/image/detection_request.proto
proto/biopb/image/detection_response.proto
proto/biopb/image/detection_settings.proto
proto/biopb/image/image_data.proto
proto/biopb/image/op_schema.proto
proto/biopb/image/roi.proto
proto/biopb/image/rpc_object_detection.proto
proto/biopb/image/rpc_process_image.proto
proto/biopb/ome/annotation.proto
proto/biopb/ome/bindata.proto
proto/biopb/ome/dataset.proto
proto/biopb/ome/detector.proto
proto/biopb/ome/detector_setting.proto
proto/biopb/ome/experiment.proto
proto/biopb/ome/experimenter.proto
proto/biopb/ome/experimenter_group.proto
proto/biopb/ome/filter.proto
proto/biopb/ome/filter_set.proto
proto/biopb/ome/folder.proto
proto/biopb/ome/image.proto
proto/biopb/ome/instrument.proto
proto/biopb/ome/light_source.proto
proto/biopb/ome/light_source_setting.proto
proto/biopb/ome/lightpath.proto
proto/biopb/ome/manufacturer_spec.proto
proto/biopb/ome/metadata.proto
proto/biopb/ome/metadata_ref.proto
proto/biopb/ome/microbeam_manipulation.proto
proto/biopb/ome/microscope.proto
proto/biopb/ome/objective.proto
proto/biopb/ome/objective_setting.proto
proto/biopb/ome/ome.proto
proto/biopb/ome/pixel.proto
proto/biopb/ome/plate.proto
proto/biopb/ome/project.proto
proto/biopb/ome/reagent.proto
proto/biopb/ome/rights.proto
proto/biopb/ome/roi.proto
proto/biopb/ome/screen.proto
src/examples/README.md
src/examples/java/example-client/README.md
src/examples/java/example-client/pom.xml
src/examples/java/example-client/src/main/java/org/biopb/image/example/Client.java
src/examples/python/biopb-image-client/README.md
src/examples/python/biopb-image-client/biopb_image_client.py
src/examples/python/biopb-image-server/README.md
src/examples/python/biopb-image-server/minimal_cellpose_server.py
src/main/java/README.md
src/main/java/biopb/image/Utils.java
src/main/python/build_proto.py
src/main/python/biopb.egg-info/PKG-INFO
src/main/python/biopb.egg-info/SOURCES.txt
src/main/python/biopb.egg-info/dependency_links.txt
src/main/python/biopb.egg-info/requires.txt
src/main/python/biopb.egg-info/top_level.txt
src/main/python/biopb/image/__init__.py
src/main/python/biopb/image/utils.py
src/test/java/biopb/image/UtilsTest.java
src/test/python/README.md
src/test/python/grpc_services_test.py
src/test/python/image_test.py
src/test/python/roi_test.py