3 Star 16 Fork 5

qiaofengsheng/point_regression

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
make_100_image.py 207 Bytes
一键复制 编辑 原始数据 按行查看 历史
qiaofengsheng 提交于 2022-01-13 22:39 . 2022年01月13日提交
import os
import cv2
path= 'data/images'
index=0
for i in os.listdir(path):
img=cv2.imread(os.path.join(path,i))
out=cv2.resize(img,(100,100))
cv2.imwrite(f'out/{index}.png',out)
index+=1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/qiaofengsheng/point_regression.git
git@gitee.com:qiaofengsheng/point_regression.git
qiaofengsheng
point_regression
point_regression
master

搜索帮助