manot
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.2.tar.gz
(4.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
manot-0.1.2-py3-none-any.whl
(4.6 kB
view details)
File details
Details for the file manot-0.1.2.tar.gz.
File metadata
- Download URL: manot-0.1.2.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f55ba75632e52d9253795efe75db680d3c820e89cc5fa0b8bcd64653316629a
|
|
| MD5 |
3a9922a09fcfde4728028fd232f51793
|
|
| BLAKE2b-256 |
cd9329c4df6ae623d322ef3726b8450cf290e1ba2d5f957d915f7353fef6786f
|
File details
Details for the file manot-0.1.2-py3-none-any.whl.
File metadata
- Download URL: manot-0.1.2-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e18c2d3068739192aa4a2e16e4486050cf1e39b79a37cd2e9511c8f0688adbc7
|
|
| MD5 |
f8124b3d12b28f2c8b0d05e82d0ceeb1
|
|
| BLAKE2b-256 |
246531410d9a929310b9e8cc7225f2b3e45bd8d7ec34c4e6fcb37fc2a2cccce7
|