Spyglass进行CDC检查的介绍
2022-02-28 11:13:14 1.14MB spyglass cdc ic
1
用实例讲解RSA加密算法(精)
2022-02-27 22:12:25 295KB RSA加密算法
1
Abstract—Clustering face images according to their latent identity has two important applications: (i) grouping a collection of face images when no external labels are associated with images, and (ii) indexing for efficient large scale face retrieval. The clustering problem is composed of two key parts: representation and similarity metric for face images, and choice of the partition algorithm. We first propose a representation based on ResNet, which has been shown to perform very well in image classification problems. Given this representation, we design a clustering algorithm, Conditional Pairwise Clustering (ConPaC), which directly estimates the adjacency matrix only based on the similarities between face images. This allows a dynamic selection of number of clusters and retains pairwise similarities between faces. ConPaC formulates the clustering problem as a Conditional Random Field (CRF) model and uses Loopy Belief Propagation to find an approximate solution for maximizing the posterior probability of the adjacency matrix. Experimental results on two benchmark face datasets (LFW and IJB-B) show that ConPaC outperforms well known clustering algorithms such as k-means, spectral clustering and approximate Rank-order. Additionally, our algorithm can naturally incorporate pairwise constraints to work in a semi-supervised way that leads to improved clustering performance. We also propose an k-NN variant of ConPaC, which has a linear time complexity given a k-NN graph, suitable for large datasets. Index Terms—face clustering, face representation, Conditional Random Fields, pairwise constraints, semi-supervised clustering.
2022-02-27 19:55:52 15.95MB 人脸 聚类
1
江苏省计算机三级偏软真题讲解,主要包括四个部分:计算机基础讲解、软件基础与应用、数据结构填空讲解、数据库基础讲解
2022-02-27 19:55:03 108.17MB 江苏省计算机三级
1
江苏省计算机三级偏软真题讲解,主要包括四个部分:计算机基础讲解、软件基础与应用、数据结构填空讲解、数据库基础讲解
2022-02-26 18:24:24 250.94MB 江苏省计算机三级 偏软
1
餐饮建筑设计讲解
2022-02-25 22:24:58 13.2MB 餐饮建筑设计讲解
【项目实战】使用opencv基于PCA降维算法的人脸识别项目教程,非常适合练手的小项目 1、资料及源码 2、所需模板图片 3、B站视频地址:https://www.bilibili.com/video/BV1Ka4y1i7mS/
2022-02-25 22:22:50 11.74MB opencv 算法 人工智能 计算机视觉
MOS管原理讲解,非常详细MOS管原理讲解,非常详细MOS管原理讲解,非常详细MOS管原理讲解,非常详细
2022-02-25 22:09:15 2.48MB MOS管
1
get方法 代码实现 # coding:utf-8 import json from urlparse import parse_qs from wsgiref.simple_server import make_server # 定义函数,参数是函数的两个参数,都是python本身定义的,默认就行了。 def application(environ, start_response): # 定义文件请求的类型和当前请求成功的code start_response('200 OK', [('Content-Type', 'text/html')]) # environ是当前请求的所有数据
2022-02-25 14:44:43 64KB api接口 python python函数
1
个人制作项目,车牌识别项目资料 1、B站项目视频讲解:https://www.bilibili.com/video/BV1yg4y187kU/ 2、车牌样本图片 3、模板字符样本 4、参考资料文档 5、视频代码(车牌提取、车牌字符提取、模板匹配、结果渲染、车牌倾斜处理、文本字符分割、完整运行代码)
2022-02-25 12:01:33 40.73MB 人工智能 图像处理 机器学习 车牌识别