会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Artemislyy
博客园
首页
新随笔
联系
订阅
管理
2021年7月13日
深度学习二
摘要: pytorch 入门学习(目前见过最好的pytorch学习视频) PyTorch 深度学习基础入门
阅读全文
posted @ 2021-07-13 17:06 Artemislyy
阅读(34)
评论(0)
推荐(0)
2021年5月7日
高校夏令营
摘要: 全国各院校2021推免暨2020保研夏令营通知汇总
阅读全文
posted @ 2021-05-07 10:35 Artemislyy
阅读(20)
评论(0)
推荐(0)
2021年5月2日
AUs特征
摘要: Facial Action Coding System FACS - Facial Action Coding System Facial Action Coding System (FACS) – A Visual Guidebook
阅读全文
posted @ 2021-05-02 11:59 Artemislyy
阅读(58)
评论(0)
推荐(0)
2021年4月29日
音频特征
摘要: stft+小波变换 基于语音的抑郁症识别研究与应用
阅读全文
posted @ 2021-04-29 08:30 Artemislyy
阅读(139)
评论(0)
推荐(0)
2021年4月27日
features特征
摘要: 世界坐标系,相机坐标系,图像物理坐标系,图像像素
阅读全文
posted @ 2021-04-27 15:27 Artemislyy
阅读(53)
评论(0)
推荐(0)
gaze特征
摘要: head_gaze,eye_gaze Audio Visual Recognition of Spontaneous Emotions In-the-Wild DAIC-WOZ抑郁评估数据格式 图形学 坐标系空间变换
阅读全文
posted @ 2021-04-27 11:33 Artemislyy
阅读(71)
评论(0)
推荐(0)
2021年4月20日
pose特征
摘要: 头部姿态估计原理及可视化 由6,14以及68点人脸关键点计算头部姿态 欧拉角与旋转矩阵之间的转化公式及原理 三维旋转:欧拉角、四元数、旋转矩阵、轴角之间的转换
阅读全文
posted @ 2021-04-20 12:08 Artemislyy
阅读(95)
评论(0)
推荐(0)
2021年4月11日
数据归一化
摘要: (data - data.min()) / (data.max() - data.min()) # 最小-最大规范化 (data - data.mean()) / data.std() # 零-均值规范化 data/10**np.ceil(np.log10(data.abs().max())) #
阅读全文
posted @ 2021-04-11 13:24 Artemislyy
阅读(64)
评论(0)
推荐(0)
2021年4月9日
FACS-面部表情编码系统
摘要: FACS
阅读全文
posted @ 2021-04-09 15:16 Artemislyy
阅读(274)
评论(0)
推荐(0)
2021年4月1日
Keras损失函数+评价标准
摘要: ##Keras损失函数 1 计算真实标签和预测标签之间的交叉熵损失 当只有两个标签类(假设为0和1)时,使用这个交叉熵损失。对于每个示例,每个预测都应该有一个浮点值 tf.keras.losses.binary_crossentropy( y_true=tf.cast(label, dtype=tf
阅读全文
posted @ 2021-04-01 09:30 Artemislyy
阅读(199)
评论(0)
推荐(0)
下一页
公告