• Stars
    star
    1
  • Language
    Python
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

用pycaffe实现了《imagenet-classification-with-deep-convolutional-neural-networks》提出的alexnet

More Repositories

1

iris_detector

Real-time iris detector. Only need 8ms on Intel i5 CPU!
C++
20
star
2

deeplabv3plus_pytorch

基于deeplabv3plus网络实现了虹膜图像分割以及水果图像分割
Python
17
star
3

svm_classification

svm_classification是一个通用的svm模型训练框架,稍加修改即可变成一个通用的机器学习模型训练框架。方便快速训练机器学习模型,可重复使用,避免重复写代码。
Python
12
star
4

local_binary_pattern

用python和c++实现了原始的LBP、圆形LBP、旋转不变的圆形LBP、等价模式的圆形LBP、旋转不变的等价模式的圆形LBP。python版本LBP用于模型训练,c++版本LBP用于模型部署。
C++
9
star
5

image_focus_assessment

虹膜图像清晰度评估
C++
6
star
6

pdf_paper_rename

Python
5
star
7

cifar10_classification

opencv的dnn模块使用caffe训练的cifar10分类模型进行图像识别
C++
5
star
8

morph_snakes

根据论文《A Morphological Approach to Curvature-Based Evolution of Curves and Surfaces》实现了MorphGAC
C++
5
star
9

caffe_resnet

用pycaffe实现了《Deep Residual Learning for Image Recognition》提出的ResNet,并在cifar10数据集上训练模型。
Python
4
star
10

mobilenetv2_ssdlite_ncnn

arm linux嵌入式开发版使用ncnn模型部署mobilenetv2_ssdlite
C++
3
star
11

transfer_learning

使用keras实现transfer learning,使用了cifar10数据库和vgg16模型。
Python
3
star
12

iris_detection-adaboost_lbp

基于adaboost + lbp的虹膜检测
C++
2
star
13

MorphGAC

根据论文《A Morphological Approach to Curvature-Based Evolution of Curves and Surfaces》实现了MorphGAC
MATLAB
2
star
14

caffe_python_layer

使用python layer自定义数据增强层,对于准确率的提升有一定的效果。
Python
1
star