自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

zxw的博客

一个人最大的悲哀,就是不敢面对自己真实的内心。

  • 博客(5)
  • 收藏
  • 关注

原创 ubuntu常用命令2

convert 1.jpg 1.png //功能把1.jpg格式转化成1.png格式ctrl+win+up  //全屏显示ctrl+win+down  //还原F11 //放大和缩小find /home/xiao/Documents/LR_64/*.jpg -exec convert -resize 32x32! {} {} \;//批量放缩图像find /home/xiao/

2017-10-16 11:30:00 394

原创 人脸裁剪

# -*- coding: utf-8 -*- import PIL.Imageimport sys from skimage import ioi=1with open('zxw.txt','r') as fd: for line in fd: line=line.strip() img = PIL.Image.open(line) #box=(

2017-10-13 17:16:29 2055

翻译 按顺序一行行重命名文件夹里所有图片

# -*- coding:utf8 -*-import osclass BatchRename(): def __init__(self): self.path = '/home/yuyan/torch/CycleGAN/datasets/gh2video/p' def rename(self): filelist = os.li

2017-10-13 17:07:35 3056

原创 caffe和Torch训练时技巧1

解决:pip3 install numpyThe program 'pip3' is currently not installed解决:sudo apt install python3-pipfrom theano.tensor.signal import downsampleImportError: cannot import name 'downsample'解决:pip

2017-10-13 17:03:57 296

原创 把视频处理成一帧一帧的图像

#include#include #include #include #include using namespace cv;using namespace std;int number = 1;char imgdir[100];string imgdirname;VideoCapture cap("D:/191215937.avi");int main(){

2017-10-13 16:59:48 17472

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除