资源简介
此项目在IQIYI_VID(IQIYI视频人识别)比赛中获得第一名。提供说明文档.md。
代码片段和文件信息
import argparse
import cv2
import numpy as np
import sys
import mxnet as mx
import datetime
class Alignment:
def __init__(self prefix epoch ctx_id=0):
print(‘loading‘prefix epoch)
ctx = mx.gpu(ctx_id)
sym arg_params aux_params = mx.model.load_checkpoint(prefix epoch)
all_layers = sym.get_internals()
sym = all_layers[‘heatmap_output‘]
image_size = (128 128)
self.image_size = image_size
model = mx.mod.Module(symbol=sym context=ctx label_names = None)
#model = mx.mod.Module(symbol=sym context=ctx)
model.bind(for_training=False data_shapes=[(‘data‘ (1 3 image_size[0] image_size[1]))])
model.set_params(arg_params aux_params)
self.model = model
def get(self img):
rimg = cv2.resize(img (self.image_size[1] self.image_size[0]))
img = cv2.cvtColor(rimg cv2.COLOR_BGR2RGB)
img = np.transpose(img (201)) #3*112*112 RGB
input_blob = np.zeros( (1 3 self.image_size[1] self.image_size[0])dtype=np.uint8 )
input_blob[0] = img
data = mx.nd.array(input_blob)
db = mx.io.DataBatch(data=(data))
self.model.forward(db is_train=False)
alabel = self.model.get_outputs()[-1].asnumpy()[0]
ret = np.zeros( (alabel.shape[0] 2) dtype=np.float32)
for i in xrange(alabel.shape[0]):
a = cv2.resize(alabel[i] (self.image_size[1] self.image_size[0]))
ind = np.unravel_index(np.argmax(a axis=None) a.shape)
#ret[i] = (ind[0] ind[1]) #h w
ret[i] = (ind[1] ind[0]) #w h
return ret
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-10-25 11:36 insightface-master\
文件 1157 2018-10-25 11:36 insightface-master\.gitignore
文件 101 2018-10-25 11:36 insightface-master\.gitmodules
目录 0 2018-10-25 11:36 insightface-master\3rdparty\
目录 0 2018-10-25 11:36 insightface-master\3rdparty\operator\
文件 10205 2018-10-25 11:36 insightface-master\3rdparty\operator\amsoftmax-inl.h
文件 2274 2018-10-25 11:36 insightface-master\3rdparty\operator\amsoftmax.cc
文件 8073 2018-10-25 11:36 insightface-master\3rdparty\operator\amsoftmax.cu
文件 13982 2018-10-25 11:36 insightface-master\3rdparty\operator\lsoftmax-inl.h
文件 2830 2018-10-25 11:36 insightface-master\3rdparty\operator\lsoftmax.cc
文件 14129 2018-10-25 11:36 insightface-master\3rdparty\operator\lsoftmax.cu
文件 1082 2018-10-25 11:36 insightface-master\LICENSE
文件 12479 2018-10-25 11:36 insightface-master\README.md
目录 0 2018-10-25 11:36 insightface-master\SSH\
文件 266 2018-10-25 11:36 insightface-master\SSH\Makefile
文件 472 2018-10-25 11:36 insightface-master\SSH\README.md
文件 0 2018-10-25 11:36 insightface-master\SSH\__init__.py
目录 0 2018-10-25 11:36 insightface-master\SSH\rcnn\
文件 0 2018-10-25 11:36 insightface-master\SSH\rcnn\__init__.py
目录 0 2018-10-25 11:36 insightface-master\SSH\rcnn\cython\
文件 15 2018-10-25 11:36 insightface-master\SSH\rcnn\cython\.gitignore
文件 0 2018-10-25 11:36 insightface-master\SSH\rcnn\cython\__init__.py
文件 1185 2018-10-25 11:36 insightface-master\SSH\rcnn\cython\anchors.pyx
文件 1763 2018-10-25 11:36 insightface-master\SSH\rcnn\cython\bbox.pyx
文件 2241 2018-10-25 11:36 insightface-master\SSH\rcnn\cython\cpu_nms.pyx
文件 146 2018-10-25 11:36 insightface-master\SSH\rcnn\cython\gpu_nms.hpp
文件 1110 2018-10-25 11:36 insightface-master\SSH\rcnn\cython\gpu_nms.pyx
文件 5064 2018-10-25 11:36 insightface-master\SSH\rcnn\cython\nms_kernel.cu
文件 5748 2018-10-25 11:36 insightface-master\SSH\rcnn\cython\setup.py
目录 0 2018-10-25 11:36 insightface-master\SSH\rcnn\processing\
文件 0 2018-10-25 11:36 insightface-master\SSH\rcnn\processing\__init__.py
............此处省略143个文件信息
- 上一篇:华为主动降噪耳机3拆解
- 下一篇:JM10.2源代码
相关资源
- 人脸识别,完整代码和素材
- 人工智能-人脸识别源代码分享
- Handbook_Of_Face_Recognition 李子青 《人脸
- AT&T(ORL)、MIT、Yale三大人脸识别数据
- olivettifaces人脸数据库识别
- 基于pca+lda+粗糙集+模糊神经网络的人
- 人脸比对和人脸跟踪2.0版
- 人脸识别servlet版本,建库可用
- 人脸识别登录注册
- CNN卷积神经网络应用于人脸识别带详
- 百度Ai人脸识别登录
- STM32 人脸识别 战舰开发板 测试通过
- renlianshibie-keras.zip
- 基于SeetaFace+VS2017+Qt的人脸识别
- facenet亚洲人脸20190518-164145.pb.zip
- seetaface的人脸检测-人脸对齐-人脸识别
- OpenCV人脸识别样本数据集,包含正样
- BioID人脸检测/人脸识别正样本数据集
- kinect 人脸识别2d
- dlib人脸识别模型
- 人脸识别正负样本4000张大学生高清人
- flappybird强化学习
- 6种用于人脸识别的人脸数据库
- 模式识别——人脸识别
- cpp-基于MXNetC框架的CPU实时人脸识别
- AU人脸图像,对做人脸识别的同学们有
- 人脸识别 技术
- point-04 多姿态人脸库
- Dlib 编译好的Lib
- Dlib FaceLandmark Detector 1.2.8.rar
评论
共有 条评论