码迷,mamicode.com
首页 >  
搜索关键字:perceptual    ( 23个结果
Perceptual losses for real-time style transfer and super-resolution(by_xiao jian)
Perceptual losses for real-time style transfer and super-resolution,2016 ECCV https://cs.stanford.edu/people/jcjohns/eccv16/ 官方源码Torch:https://github. ...
分类:其他好文   时间:2020-03-01 00:36:53    阅读次数:53
OpenPose 开源库安装
一、下载openpose下载openpose 使用Git直接下载openpose git clone https://github.com/CMU-Perceptual-Computing-Lab/openpose.git 或者去github下载 openpose master.zip unzip ...
分类:其他好文   时间:2019-11-22 10:42:04    阅读次数:678
图像相似度计算之哈希值方法OpenCV实现
感知哈希算法(perceptual hash algorithm),它的作用是对每张图像生成一个“指纹”(fingerprint)字符串,然后比较不同图像的指纹。结果越接近,就说明图像越相似。 实现步骤: 1. 缩小尺寸:将图像缩小到8*8的尺寸,总共64个像素。这一步的作用是去除图像的细节,只保留 ...
分类:其他好文   时间:2019-01-24 20:06:57    阅读次数:340
(三)行为提取和动作识别
性能分析 https://www.aiuai.cn/aifarm715.html openpose https://github.com/CMU-Perceptual-Computing-Lab/openpose 用于PyTorch中基于骨架的动作识别的空间时间图卷积网络(ST-GCN) https ...
分类:其他好文   时间:2019-01-17 23:55:12    阅读次数:753
解决调用caffe的c++程序运行时报错: ./netapp.bin: error while loading shared libraries: libcaffe.so.1.0.0: cannot open shared object file: No such file or directory
caffe安装好后lib没有配置到/usr/lib或/usr/local/lib中,需手动配置: https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/148 ...
分类:移动开发   时间:2018-09-02 01:55:09    阅读次数:249
openpose
https://github.com/eldar/pose-tensorflowhttps://github.com/CMU-Perceptual-Computing-Lab/openposehttps://github.com/superying/caffe2openposehttps://git ...
分类:其他好文   时间:2017-08-09 18:09:15    阅读次数:219
Paper Reading: Perceptual Generative Adversarial Networks for Small Object Detection
Perceptual Generative Adversarial Networks for Small Object Detection 2017-07-11 19:47:46 CVPR 2017 This paper use GAN to handle the issue of small ob ...
分类:Web程序   时间:2017-07-11 23:17:50    阅读次数:2831
opencv---JPEG图像质量检测代码
参考:http://blog.csdn.net/trent1985/article/details/50904173 根据国外一篇大牛的文章:No-Reference Perceptual Quality Assessment of JPEG Compressed Images 在无参考图像的质量评 ...
分类:其他好文   时间:2017-06-30 10:25:54    阅读次数:211
Atitit 判断判断一张图片是否包含另一张小图片
Atitit 判断判断一张图片是否包含另一张小图片 1. keyword1 2. 模板匹配是在图像中寻找目标的方法之一(切割+图像相似度计算)1 3. 匹配效果2 4. 图片相似度的算法(感知哈希算法”(Perceptual hash algorithm)2 5. 性能结果2 6. 如何提升性能3 ...
分类:其他好文   时间:2016-10-06 14:49:10    阅读次数:368
Unity3d 屏幕空间人体皮肤知觉渲染&次表面散射Screen-Space Perceptual Rendering & Subsurface Scattering of Human Skin
想要人皮肤更加真实,人皮肤上的细节成了一个关键问题,包括褶皱、毛孔、毛囊,甚至是伤疤,这既可以造成我们的障碍,也可以帮助我们使皮肤看起来更真实。如果只是用普通的Lambert,甚至是PBR得到的效果也是不真实的,非常生硬、干燥,塑料质感。如下图所示,下图(No SSSSS)是博主用unity5 的s...
分类:编程语言   时间:2015-11-06 08:30:07    阅读次数:575
23条   1 2 3 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!