1 Star 0 Fork 5

毕加索来喽/point_regression

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
image_show.py 268 Bytes
一键复制 编辑 原始数据 按行查看 历史
qiaofengsheng 提交于 2022-01-13 22:39 . 2022年01月13日提交
from PIL import Image,ImageDraw
img=Image.open('data/images/0.png')
draw=ImageDraw.Draw(img)
c=[26, 26, 72, 18, 50, 44, 41, 75, 71, 68, 71, 67]
c=[int(j) for j in c]
for i in range(0,len(c),2):
draw.ellipse((c[i]-2, c[i+1]-2,c[i]+2,c[i+1]+2),(255,0,0))
img.show()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/bijiasuolailou/point_regression.git
git@gitee.com:bijiasuolailou/point_regression.git
bijiasuolailou
point_regression
point_regression
master

搜索帮助