Cytomine-python-client icon indicating copy to clipboard operation
Cytomine-python-client copied to clipboard

Cytomine client and utilities in Python

Results 13 Cytomine-python-client issues
Sort by recently updated
recently updated
newest added

Guys We aim to use the Python client API to interact with Cytomine and mainly the immport image function. Using the provided python import image file, we 've face some...

Hi @geektortoise, Is it possible to add new ontology from a software? Here part of my codes: ``` import sys import numpy as np import os from shapely.geometry import shape,...

I'm trying to download the originally uploaded MRXS image via the REST API with the following code: with Cytomine(host=params.host, public_key=params.public_key, private_key=params.private_key, verbose=logging.INFO) as cytomine: image_instances = ImageInstanceCollection().fetch_with_filter("project", params.id_project) for image...