文件名称:PaTTA:基于paddle2.0的测试次数增加工具包
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-07 03:24:47
paddlepaddle tta Python
帕塔 使用Paddle2.0增强图像测试时间! Input | # input batch of images / / /|\ \ \ # apply augmentations (flips, rotation, scale, etc.) | | | | | | | # pass augmented batches through model | | | | | | | # reverse transformations for each batch of masks/labels \ \ \ / / / # merge predictions (mean, max, gmean, etc.)
【文件预览】:
PaTTA-main
----.github()
--------workflows()
----requirement.txt(24B)
----__init__.py(21B)
----.idea()
--------misc.xml(185B)
--------PaTTA.iml(453B)
--------inspectionProfiles()
--------modules.xml(262B)
--------.gitignore(39B)
--------vcs.xml(180B)
----LICENSE(1KB)
----tools()
--------seg.py(1KB)
----setup.py(4KB)
----README.md(6KB)
----patta()
--------dataloader.py(1KB)
--------base.py(5KB)
--------wrappers.py(5KB)
--------aliases.py(809B)
--------__init__.py(345B)
--------transforms.py(8KB)
--------functional.py(3KB)
--------load_model.py(223B)
--------__version__.py(63B)
----tests()
--------test_transforms.py(4KB)
--------test_base.py(1KB)