Skip to main content

IrisML tasks for fiftyone

Project description

irisml-tasks-fiftyone

IrisML tasks for fiftyone-related integration. Using these tasks, you can view datasets and prediction results on the fiftyone interface.

For the detail of fiftyone, please visit their repository.

For the detail of IrisML, please visit IrisML repository.

Installation

pip install irisml-tasks-fiftyone

Tasks

launch_fiftyone

class Inputs:
    dataset: torch.utils.data.Dataset
    predictions: Optional[List]
    class_names: Optional[List[str]]

class Config:
    task_type: Literal['multiclass_classification', 'multilabel_classification', 'object_detection']
    duration: int

This task launches a fiftyone app, then sleeps for config.duration seconds. Currently Image Classification and Object Detection tasks are supported.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

irisml-tasks-fiftyone-0.0.3.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

irisml_tasks_fiftyone-0.0.3-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page