没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
修补 patchfy可以按给定的补丁单元大小将图像拆分为可重叠的小补丁,并将补丁合并为原始图像。 该库提供两个功能: patchify和unpatchify 。 安装 pip install patchify 用法 将图像分割为补丁 patchify(image_to_patch, patch_shape, step=1) 2D图像: #This will split the image into small images of shape [3,3] patches = patchify ( image , ( 3 , 3 ), step = 1 ) 3D图片: #This will split the image into small images of shape [3,3,3] patches = patchify ( image , ( 3 , 3 , 3 ), ste
资源推荐
资源详情
资源评论
收起资源包目录
patchify_py-master.zip (13个子文件)
patchify.py-master
mypy.ini 405B
poetry.lock 86KB
test.py 402B
.pylintrc 17KB
LICENSE 1KB
README.md 2KB
patchify
__init__.py 6KB
view_as_windows.py 3KB
tests
test_sanity.py 2KB
__init__.py 0B
.gitignore 73B
pyproject.toml 1KB
Justfile 346B
共 13 条
- 1
资源评论
想知道不知道但想知道
- 粉丝: 48
- 资源: 4728
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功