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", "token")
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.5.tar.gz
(4.4 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.5-py3-none-any.whl
(4.7 kB
view details)
File details
Details for the file manot-0.1.5.tar.gz.
File metadata
- Download URL: manot-0.1.5.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7056a5329880c0e6204bd3684c9fc9c62b8e9cf7d4cdd5fb7492b8a9f75dee4
|
|
| MD5 |
60235b24cb62812598d8a6e0bed1af0d
|
|
| BLAKE2b-256 |
d0425920bc6ee576881f4cc3aeee6ef65dc16c881411f8b1a773dd5781f3441a
|
File details
Details for the file manot-0.1.5-py3-none-any.whl.
File metadata
- Download URL: manot-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.7 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 |
0bbf62112f7d359cacba8cfccdde2aca4d9ebf99f9400263d5a85ba3d38511c2
|
|
| MD5 |
b56f3939192710da9205d2713b8cb04a
|
|
| BLAKE2b-256 |
a51ce958e3d86cc259b88411502e172f58d736cc89b76d7970df890487cdc213
|