Utilities that are used for assisting with making annotated data.
Project description
annotation_utils
Utilities that are used for assisting with making annotated data.
Installation
Install From Github
# For installing from the master branch (stable)
pip install https://github.com/cm107/annotation_utils/archive/master.zip
# For installing from the development (latest)
pip install https://github.com/cm107/annotation_utils/archive/development.zip
Note: If you want to reinstall all dependencies while installing, use the following commands instead:
# For installing from the master branch (stable)
pip install --upgrade --force-reinstall https://github.com/cm107/annotation_utils/archive/master.zip
# For installing from the development (latest)
pip install --upgrade --force-reinstall https://github.com/cm107/annotation_utils/archive/development.zip
Install From Pypi
pip install pyclay-annotation_utils
Note: The github package is updated more often than the pypi package.
Note: In order to overwrite an older version with the latest version, use the following command instead.
# Warning: This will automatically upgrade the dependencies too.
pip install --upgrade pyclay-annotation_utils
Install From Source
This package can also be installed locally.
git clone https://github.com/cm107/annotation_utils.git
cd annotation_utils
pip install -e .
Update Build
If you change the code and want to re-build the package, do the following.
./build_package.sh
Important Note
- Outdated/obsolete code has been moved to the annotation_utils/old folder as of version 0.2.
- The latest COCO utilities can be found under annotation_utils/coco.
- The latest Labelme utilities can be found under annotation_utils/labelme.
- The latest dataset management utilities can be found under annotation_utils/dataset.
- NDDS annotation parsing related classes can be found under annotation_utils/ndds.
Usage
There is not any official documentation about usage yet, but for usage examples you may refer to the test folder.
- COCO Utility Usage Examples
- Labelme Utility Usage Examples
- Dataset Utility Usage Examples
- NDDS Utility Usage Examples
- NDDS to COCO Conversion Examples
Documents
The following documents have been written for further explanation.
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
File details
Details for the file pyclay-annotation_utils-0.3.9.tar.gz
.
File metadata
- Download URL: pyclay-annotation_utils-0.3.9.tar.gz
- Upload date:
- Size: 109.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b0175cc160210f0008f584f3cf850e8bfc6ac3e9255560509c9265da8701dd0 |
|
MD5 | 3c68796115095e8afaf10c0a09d63402 |
|
BLAKE2b-256 | 578e39686b9c5dc331d214590e1e8d5fb24b466329d5060a496242ec596fd74c |
File details
Details for the file pyclay_annotation_utils-0.3.9-py3-none-any.whl
.
File metadata
- Download URL: pyclay_annotation_utils-0.3.9-py3-none-any.whl
- Upload date:
- Size: 144.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 604a64917de8e48e77c09741d1dbaa24e224df8f039efc43613ac0c444090f3c |
|
MD5 | 33aa90b330c6e3cc1c1441d67687e980 |
|
BLAKE2b-256 | 178fef9bf607a6581b1358110e8e88c5846eba76fcceff9bdeb56327ab89c43f |