自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

pywin

学无止境。。。

  • 博客(4)
  • 资源 (3)
  • 收藏
  • 关注

原创 shell 创建文件夹

#!/bin/bashdir="/root/test_dir"if [ ! -d "$dir" ];thenmkdir $direcho "创建文件夹成功"elseecho "文件夹已经存在"fi

2020-08-12 10:49:40 17166

原创 Linux 使用unzip解压时报错End-of-central

Linux 下,使用unzip解压时,报错:$ unzip abc.zipArchive: abc.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile com...

2020-08-07 15:58:35 19600 1

原创 Deep Multi-task Learning for Facial Expression Recognition 阅读笔记

分享一篇《Deep Multi-task Learning for Facial Expression Recognition and Synthesis Based on Selective Feature Sharing》,作者提出了一种带有卷积特征泄露单元的多任务网络结构,可以在面部表情识别任务和面部表情合成任务之间通过ConvFLU过滤掉无用和导致损害的特征的方式有选择地传递有益特征。并且使用面部表情合成分支来扩大和平衡训练数据集来提升网络的泛化能力。实验表明所提出的多任务网络在人脸表情图像的识别与

2020-08-05 10:58:06 571

原创 pytorch 去除pretrain model 最后一层或某一层

官方的pretrain model去除指定层可以参考链接https://blog.csdn.net/KHFlash/article/details/82345441,这里主要针对非官方的pretrain model,如下:import torchfrom collections import OrderedDictimport osimport torch.nn as nnimport torch.nn.init as initfrom xxx import new_VGGdef ini

2020-08-04 18:12:28 12005 1

alexnet-owt-4df8aa71.pth

pytorch alexnet预训练模型,对应torchvision中的alexnet。有时候服务器下载会受到限制,可以下载到本地在转移到服务器上

2020-05-27

python2.7 dblib-18.17.100-cp27-none-win_amd64.zip

将dlib-18.17.100-cp27-none-win_amd64.whl放入D:\Anaconda2\Scripts文件夹(这个是我的anaconda2的目录)下,按Shift同时点鼠标右键弹出cmd命令框,输入pip install dlib-18.17.100-cp27-none-win_amd64.whl即完成安装。

2020-02-12

shape_predictor_68_face_landmarks_for_dlib.zip

Dlib's pre-trained predictor model for facial landmarks

2020-02-12

空空如也

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

TA关注的人

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