Skip to main content

manot

pypi versions license

manot-description

Installation

Install manot with pip:

pip install manot

Example

This is an example how to start:

from manot import Manot

manot = Manot('manot_service_url')
setup = manot.setup(
    name="setup_example",
    images_path="/path/to/images",
    ground_truths_path="/path/to/labels",
    detections_path="/path/to/detections",
    detections_metadata_format="xyx2y2",  # it must be one of "xyx2y2", "xywh", or "cxcywh"
    classes_txt_path="/path/to/classes.txt",
    data_provider="local"  # it must be "s3" or "local"
)
print(setup)
# {"id": setup_id, "name": "setup_example", "status": "started"}

setup_info = manot.get_setup(setup["id"])
# when setup is successfully finished, then setup_info is {"id": setup_id, "name": "setup_example", "status": "started"}
insight = manot.insight(
    name="insight_example",
    setup_id=setup["id"],
    data_path="/path/to/data",
    data_provider="local"  # it must be "s3" or "local"
)
print(insight)
# {"id": insight_id, "name": "insight_example", "status": "started"}

insight_info = manot.get_insight(insight["id"])
# when setup is successfully finished, then insight_info is {"id": insight_id, "name": "setup_example", "status": "started"}
manot.visualize_data_set(insight_info['data_set']['id'])

Resources

Download files

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

Source Distribution

manot-0.1.3.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

manot-0.1.3-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file manot-0.1.3.tar.gz.

File metadata

  • Download URL: manot-0.1.3.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for manot-0.1.3.tar.gz
Algorithm Hash digest
SHA256 64146b871d7c6b2299c9bbb0e22c3a1ed37121608a6a675b3f459a608333d88d
MD5 eb2ab83a39b2047b905570300ceaae5e
BLAKE2b-256 23227fdd91538c4b5a37b3a8b8f82c4b5cd8f5c91eec2e498d7e549d753694ac

See more details on using hashes here.

File details

Details for the file manot-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: manot-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for manot-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 086d826c9eee9cce16c77cc4211d01cf3c99edaa37e41c056d6d4eb2f69f025f
MD5 f50f86867d7b2996d7574414e896a8c4
BLAKE2b-256 3a7c3b6cc2c6d0a8c11152bd99eecd0d78f4df29cc891924db2b0972488b2f02

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page