OIDv6 To VOC
Convert bounding box datasets of Open Images Dataset v6 to VOC XML format.
Installation
pip3 install oidv6-to-voc
Usage
Once installed, you should be able to run it directly:
oidv6-to-voc -h
If your shell cannot find the command, try running it with:
python3 -m oidv6_to_voc -h
CLI options
To start converting, you need at least a part of the images, the class names metadata and at least one of the boxes annotation CSV file:
oidv6-to-voc <annotation-file(s).csv>
-d <class-names-file.csv>
--imgd <directory/to/your/images>
--outd <your/output/diretory>
About the Dataset
The Open Images V6 Dataset contains 600 classes with 1900000+ images. The images are hosted on AWS, and the CSV files can be downloaded here.
To download it in full, you'll need 500+ GB of disk space. For downloading a part of the dataset only, I would recommend the DmitryRyumin/OIDv6 tool.
Credit
This repo is forked from AtriSaxena/OIDv4_to_VOC.
Release files for oidv6-to-voc 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| oidv6-to-voc-0.1.5.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| oidv6_to_voc-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.9 kB
Release files / oidv6-to-voc-0.1.5.tar.gz
| Download URL | oidv6-to-voc-0.1.5.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6f987eb7ff6fa4e8dcd59464f33081d2d3c1be3262aa9b0bb30ec613deb4671e
|
|
BLAKE2b-256 checksum How to use checksums |
d6efbce44dc4a8c8925a4789030cfd3d775607311f0d02c6682eb079ab63d649
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
|
Release files / oidv6_to_voc-0.1.5-py3-none-any.whl
| Download URL | oidv6_to_voc-0.1.5-py3-none-any.whl |
|---|---|
| Size | 5.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a65210d0ed8a858441a69df8c3d913e638b467ebbb8cded0e880b030c74735f4
|
|
BLAKE2b-256 checksum How to use checksums |
ecf6c073441e94b6f9d91d814f802b355ec8dd92b4a5f79824bf97e9609d7782
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
|