文件名称:bounding-box-augmentation:用于对象检测的增强数据集(图像和注释)
文件大小:3.94MB
文件格式:ZIP
更新时间:2024-05-24 08:48:54
Python
边界框增强 用边界框增强图像的示例。 该代码基于 。 增强注释格式仅适用于Pascal VOC。 例子 上面的图像可以放大为下面的图像。 例子1 例子2 例子3 例子4 要求 Python3 Pipenv 用法 使用pipenv准备virtualenv。 pipenv install 将文件(图像和注释)添加到input/ 。 (不要创建子目录。) 运行脚本。 pipenv run python augment.py 增强的图像和注释在output/中生成。 如果图像中没有边界框,则注释文件( *.xml )移至empty/ 。
【文件预览】:
bounding-box-augmentation-master
----input()
--------.keep(0B)
----docs()
--------example1.png(584KB)
--------example3.png(766KB)
--------original.png(834KB)
--------example2.png(764KB)
--------example4.png(1.04MB)
----.pylintrc(27B)
----Pipfile(223B)
----output()
--------.keep(0B)
----LICENSE(1KB)
----Pipfile.lock(32KB)
----augment.py(2KB)
----empty()
--------.keep(0B)
----.gitignore(2KB)
----README.md(935B)
----util()
--------sequence.py(5KB)
--------annotation.py(1KB)