摘要: 做深度学习时,为了减少空间占用,会在拍照时使用heic格式,但是labelimg不能识别这个格式,所以还要转成jpg。 搜了一圈没有合适的,怒写这份代码 from PIL import Image import pillow_heif import piexif from glob import g 阅读全文
posted @ 2024-09-19 15:47 元気な猫 阅读(200) 评论(0) 推荐(0)
摘要: ubuntu 18.04 ,自带python3.6,mysql 5.7 Nginx******************************* 1. 安装nginx apt-get update apt-get upgrade apt-get install nginx 2. 修改端口为81(可选 阅读全文
posted @ 2024-09-19 15:34 元気な猫 阅读(63) 评论(1) 推荐(0)