Pinned Repositories
age-gender-estimation
Keras implementation of a CNN network for age and gender estimation
Arithmetic
一些经典算法集合,包括但不限于动态规划,贪心算法等
attention-module
Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention Module (ECCV2018)"
caffe
Caffe on both Linux and Windows
caffe-faster-rcnn
faster rcnn c++ version. joint train; please checkout into dev branch (git checkout dev)
caffe-yolo
Caffe for YOLO
caffe-yolov2
CaffeCppTest2
vs2013下,基于编译好的caffe,新建自己的工具
CropImageWithSimilarity
根据检测出的关键点,进行相似变换(仿射变换的一种),进行图像的对齐
KCF
改写的KCF代码,主要是去除了opencv的依赖,改用Eigen库
bjmajic's Repositories
bjmajic/Tfrecord_for_dectection
针对检测任务等数据变长的情况下,如何制作tfrecord,主要解决tf.train.batch
bjmajic/ObjectDetection_tensorflow
参考的官方model/object_detection
bjmajic/CoustomCode
模式识别、cs231等的课程联系题
bjmajic/CCDL
深度学习应用框架,专注于深度学习的工程应用
bjmajic/MTCNN-Tensorflow
Reproduce MTCNN using Tensorflow
bjmajic/DataInput
数据输入层的抽象
bjmajic/CUDATest
一些cuda的用法总结
bjmajic/Vlpp
Common C++ construction, including string operation / generic container / linq / General-LR parser generator / multithreading / reflection for C++ / etc
bjmajic/sphereface
Implementation for <SphereFace: Deep Hypersphere Embedding for Face Recognition> in CVPR'17.
bjmajic/yolo_tensorflow
Tensorflow implementation of YOLO, including training and test phase.
bjmajic/keras
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
bjmajic/tflearn
Deep learning library featuring a higher-level API for TensorFlow.
bjmajic/tensorlayer
TensorLayer: Deep Learning and Reinforcement Learning Library for Researcher and Engineer.
bjmajic/tensorflow-finetune-flickr-style
Demonstrate the finetune process on TensorFlow
bjmajic/models
Models built with TensorFlow
bjmajic/CropImageWithSimilarity
根据检测出的关键点,进行相似变换(仿射变换的一种),进行图像的对齐
bjmajic/Sphereface-model
This is the pre-trained model of SphereFace : Deep Hypersphere Embedding for Face Recognition
bjmajic/MobileNet-SSD
Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
bjmajic/FaceNetWithCentorLoss
bjmajic/facenet
Face recognition using Tensorflow
bjmajic/SSD-Tensorflow
Single Shot MultiBox Detector in TensorFlow
bjmajic/mtcnn
基于caffe的mtcnn训练实现,可以训练一个自己的有效的目标检测算法,非常容易非常简单,并且有配套的纯c++版本的mtcnn-light
bjmajic/gan-intro
bjmajic/TensorFlowLaboratory
Research about Tensorflow
bjmajic/KCF
改写的KCF代码,主要是去除了opencv的依赖,改用Eigen库
bjmajic/person_search
Joint Detection and Identification Feature Learning for Person Search
bjmajic/OpenBLAS
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
bjmajic/Tfexcise
learn how to use tensorflow
bjmajic/cppjieba
"结巴"中文分词的C++版本
bjmajic/image_tool_AugmentImage
图像数据的扩充工具-灰度化-模糊-色调变换