Tool for transform Pascal-VOC xml files and AWS Ground Truth manifest file.
Project description
pascalgt
Transform manifest file of AWS Ground Truth and Pascal VOC xml files mutually.
usage
install
pip install pascalgt
Link to pypi project page: https://pypi.org/project/pascalgt/
Pascal VOC to AWS Ground Truth manifest
from pascalgt.transformer import Pascal2GT
# transform Pascal VOC xml files into a manifest file of AWS Ground Truth
pascal2gt = Pascal2GT(project_name="test-project", s3_path="s3://test-project/images")
pascal2gt.run(path_target_manifest="./output.manifest", path_source_xml_dir="./xml/")
AWS Ground Truth manifest to Pascal VOC
from pascalgt.transformer import GT2Pascal
# transform a manifest file of AWS Ground Truth into Pascal VOC xml files
gt2pascal = GT2Pascal()
gt2pascal.run(path_source_manifest="./output.manifest", path_target_xml_dir="./xml")
license
The source code is licensed MIT.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file pascalgt-0.0.2-2204141209.tar.gz.
File metadata
- Download URL: pascalgt-0.0.2-2204141209.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c82a265b3b1e30150746240c528d7cd5909f7bba8f96c1b1e696a44831ecb22
|
|
| MD5 |
78ca0f17ce415b5d22e6103d9ae25c05
|
|
| BLAKE2b-256 |
71b9295639057ecbf3bcaf81ca581070233ec88d5d92596d0155b94aeae48994
|
File details
Details for the file pascalgt-0.0.2.post2204141209-py3-none-any.whl.
File metadata
- Download URL: pascalgt-0.0.2.post2204141209-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51665abd95593179725cab615cb9a95792211f067c9ce55470c13a062397f0e4
|
|
| MD5 |
8cc2da3236b10d6b90c1ff9b992e93a7
|
|
| BLAKE2b-256 |
a1d298b38b7c3335b834365bb67b33c0a89383f218143a03568866d7b08453f8
|