NanGC / CNN
Training a convolutional neural network using own picture dataset
☆101Updated 5 years ago
Alternatives and similar repositories for CNN:
Users that are interested in CNN are comparing it to the libraries listed below
- ☆200Updated 6 years ago
- 简单实现VGG16☆59Updated 6 years ago
- ☆91Updated 6 years ago
- share examples of tensorflow☆63Updated 6 years ago
- 图像细粒度分类☆13Updated 6 years ago
- 这是之前我和我的组员参与Tiny-mind 手写汉字识别大赛的一个项目, 主要实现了用Resnet或VGG16作为Backbone来训练一个分类任务以及基于opencv的一些图片数据集增强,最终我们组的成绩为TOP-5准确率99.19, 排名5/700。这个项目也可以用于其…☆84Updated 5 years ago
- tensorflow_alexnet_classify (details http://www.cnblogs.com/vipyoumay/p/7686230.html)☆106Updated 6 years ago
- 使用HOG+SVM进行图像分类☆163Updated 6 years ago
- SSDSingle Shot MultiBox Detector目标检测算法基于tensorflow的实现☆101Updated 7 years ago
- keras融合inception,vgg,residual_net做一个超快的迁移学习模型☆11Updated 6 years ago
- 基于Keras实现Kaggle2013--Dogs vs. Cats12500张猫狗图像的精准分类☆77Updated 6 years ago
- 深度学习 + OpenCV,Python实现实时视频目标检测☆98Updated 6 years ago
- 基于Keras+Tensorflow搭建,提供ResNet50神经网络的图片分类平台。☆36Updated 6 years ago
- 使用预训练好的InceptionV3模型对自己的数据进行分类,用这个代码的同学希望可以给一个star☆58Updated 6 years ago
- 使用LBP方法提取特征,再使用svm进行分类☆40Updated 7 years ago
- 里面会保存许多优秀的卷积神经网络结构,这些结构可以帮助我们更好的设计网络。☆144Updated 4 years ago
- tiny—yolov3(keras)检测自己的图像,三类目标☆184Updated 2 years ago
- 用SVM支持向量机方法,经过LBP特征提取实现二分类☆10Updated 6 years ago
- a face recognition system based on convolutional neural network.☆63Updated 5 years ago
- 使用keras版本的Mask-RCNN来训练自己的数据,通过代码把样本制作麻烦的步骤变成简单方便。☆50Updated 6 years ago
- 谷歌INCEPTION-RESNET-V3迁移学习实现图像二分类判断图像是否生病☆17Updated 6 years ago
- yolov3的tensorflow实现☆59Updated 5 years ago
- Screen&Vehicle Detection in eye tracking videos using Tensorflow API☆161Updated 6 years ago
- yolo v3的tensorflow实现 https://github.com/YunYang1994/tensorflow-yolov3☆33Updated 6 years ago
- 定位综述 目前用于人脸定位的有两种主流方法,一种是基于级联形状回归模型,另一种就是基于深度学习的方法。级联形状回归方法就是使用回归模型,直接学习从人脸表征到人脸形状的映射函数,进而建立从表观到形状的对应关系。这种方法的学习依赖于训练集的选取,如果训练集中包含了复杂的姿态变化…☆100Updated 5 years ago
- use keras to do image classification tasks☆12Updated 6 years ago
- 使用TensorFlow实现AlexNet做图像识别☆50Updated 8 years ago
- object detection using yolo3 with tensorflow-2.x☆40Updated 5 years ago
- TensorFlow实现Kaggle猫狗大战☆57Updated 7 years ago
- HoG, PCA, PSO, Hard Negative Mining, Sliding Window, Edge Boxes, NMS☆170Updated 4 months ago