CVPR2020:扩展架构以实现高效的视频识别(X3D) X3D: Expanding Architectures for Efficient Video Recognition 论文地址: https://openaccess.thecvf.com/content_CVPR_2020/html/F ...
分类:
其他好文 时间:
2020-06-29 09:49:38
阅读次数:
126
代码:https://github.com/genforce/interfacegan Abstract 尽管最近生成对抗网络(GANs)在高保真图像合成方面取得了进展,但对于GANs如何能够将随机分布的潜在编码映射成逼真的图像仍缺乏足够的理解。以往的研究假设GANs学习的潜在空间遵循分布表示,但观 ...
分类:
其他好文 时间:
2020-06-24 19:37:14
阅读次数:
125
1 from aip import AipSpeech 2 import requests 3 import json 4 import speech_recognition as sr 5 import win32com.client 6 from selenium import webdrive ...
分类:
其他好文 时间:
2020-06-24 18:11:47
阅读次数:
53
Tinyrender-Lesson 2 Triangle rasterization and back face culling 原文:https://github.com/ssloy/tinyrenderer/wiki/Lesson-2-Triangle-rasterization-and-bac ...
分类:
其他好文 时间:
2020-06-23 21:05:47
阅读次数:
62
人脸识别范围很广泛,目前有十个关键技术 1. 人脸检测(face detection)是检测出图像中人脸位置的技术 一般输入是一张图片,输出是人脸所在位置,常用矩形框标记在原图之上; 2. 人脸配准(face alignment)是定位人脸五官关键点坐标的技术 一般输入是人脸图像+人脸坐标框,输出是 ...
分类:
其他好文 时间:
2020-06-23 17:07:54
阅读次数:
467
In a deck of cards, every card has a unique integer. You can order the deck in any order you want. Initially, all the cards start face down (unreveale ...
分类:
其他好文 时间:
2020-06-22 13:13:01
阅读次数:
57
基于OpenSeq2Seq的NLP与语音识别混合精度训练 Mixed Precision Training for NLP and Speech Recognition with OpenSeq2Seq 迄今为止,神经网络的成功建立在更大的数据集、更好的理论模型和缩短的训练时间上。特别是顺序模型,可 ...
分类:
其他好文 时间:
2020-06-21 12:13:34
阅读次数:
67
作为前端,我们经常需要和美工拿字体图标文件,经常遇到的有eot,ttf,woff,svg 拿到字体图标文件,我们就要进行一个字体图标文件css编写,方便后期使用 @font-face { /* 1.首先指定字体的系列,我们指定为字体图标 */ font-family: "自定义字体图标名称"; /* ...
分类:
其他好文 时间:
2020-06-18 21:55:09
阅读次数:
72
基础认识 本项目使用的是face++平台,人脸识别+手势识别双确认显示。 python编程,代码简介,方便扩展。 该项目适用于Windows系统和Linux系统,但必须安装相应的模块,其中包括 l Python3 python 库,逻辑编写 l Pillow 窗口开发实现 l opencv-pyth ...
分类:
其他好文 时间:
2020-06-18 17:52:14
阅读次数:
112
论文阅读-Hierarchical Cross-Modal Talking Face Generation with Dynamic Pixel-Wise Loss 论文链接: http://openaccess.thecvf.com/content_CVPR_2019/html/Chen_Hier ...
分类:
其他好文 时间:
2020-06-18 16:28:16
阅读次数:
66