All Projects → waitingfordark → Four_flower

waitingfordark / Four_flower

Licence: mit
使用tensorflow和cnn做的图像识别,对四种花进行了分类。

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Four flower

Natural Language Processing With Tensorflow
Natural Language Processing with TensorFlow, published by Packt
Stars: ✭ 222 (-9.02%)
Mutual labels:  cnn
Convolution network on fpga
CNN acceleration on virtex-7 FPGA with verilog HDL
Stars: ✭ 236 (-3.28%)
Mutual labels:  cnn
Mobilenetv2 Pytorch
Impementation of MobileNetV2 in pytorch
Stars: ✭ 241 (-1.23%)
Mutual labels:  cnn
Srgan
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
Stars: ✭ 2,641 (+982.38%)
Mutual labels:  cnn
Lcnn
LCNN: End-to-End Wireframe Parsing
Stars: ✭ 234 (-4.1%)
Mutual labels:  cnn
Image Compression Cnn
Semantic JPEG image compression using deep convolutional neural network (CNN)
Stars: ✭ 237 (-2.87%)
Mutual labels:  cnn
Smoothly Blend Image Patches
Using a U-Net for image segmentation, blending predicted patches smoothly is a must to please the human eye.
Stars: ✭ 218 (-10.66%)
Mutual labels:  cnn
Dfl Cnn
This is a pytorch re-implementation of Learning a Discriminative Filter Bank Within a CNN for Fine-Grained Recognition
Stars: ✭ 245 (+0.41%)
Mutual labels:  cnn
Text classification ai100
AI100文本分类竞赛代码。从传统机器学习到深度学习方法的测试
Stars: ✭ 235 (-3.69%)
Mutual labels:  cnn
Gordon cnn
A small convolution neural network deep learning framework implemented in c++.
Stars: ✭ 241 (-1.23%)
Mutual labels:  cnn
Tengine
Tengine is a lite, high performance, modular inference engine for embedded device
Stars: ✭ 4,012 (+1544.26%)
Mutual labels:  cnn
Ai Toolbox
Algorithm Engineer Toolbox, for the purpose of quickly iterating new ideas
Stars: ✭ 230 (-5.74%)
Mutual labels:  cnn
Hierarchical Attention Networks Pytorch
Hierarchical Attention Networks for document classification
Stars: ✭ 239 (-2.05%)
Mutual labels:  cnn
Person Attribute Recognition Marketduke
A simple baseline implemented in PyTorch for pedestrian attribute recognition task, evaluating on Market-1501 and DukeMTMC-reID dataset.
Stars: ✭ 224 (-8.2%)
Mutual labels:  cnn
Caption generator
A modular library built on top of Keras and TensorFlow to generate a caption in natural language for any input image.
Stars: ✭ 243 (-0.41%)
Mutual labels:  cnn
Deform conv pytorch
PyTorch Implementation of Deformable Convolution
Stars: ✭ 217 (-11.07%)
Mutual labels:  cnn
Cnn Text Classification Tf Chinese
CNN for Chinese Text Classification in Tensorflow
Stars: ✭ 237 (-2.87%)
Mutual labels:  cnn
Cnnforandroid
The Convolutional Neural Network(CNN) for Android
Stars: ✭ 245 (+0.41%)
Mutual labels:  cnn
Lightnet
Efficient, transparent deep learning in hundreds of lines of code.
Stars: ✭ 243 (-0.41%)
Mutual labels:  cnn
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+1215.16%)
Mutual labels:  cnn

four-flower

gui-test 这是一个图像识别项目,基于 tensorflow,现有的 CNN 网络可以识别四种花的种类。适合新手对使用 tensorflow 进行一个完整的图像识别过程有一个大致轮廓。项目包括对数据集的处理,从硬盘读取数据,CNN 网络的定义,训练过程,还实现了一个 GUI 界面用于使用训练好的网络。

Require

  1. 安装 Anaconda
  2. 导入环境 environment.yaml
    conda env update -f=environment.yaml

Quick start

  • git clone 这个项目
  • 解压 input_data.rar 到你喜欢的目录。
  • 修改 train.py 中
train_dir = 'D:/ML/flower/input_data'  # 训练样本的读入路径
logs_train_dir = 'D:/ML/flower/save'  # logs存储路径

为你本机的目录。

  • 运行 train.py 开始训练。
  • 训练完成后,修改 test.py 中的logs_train_dir = 'D:/ML/flower/save/'为你的目录。
  • 运行 test.py 或者 gui.py 查看结果。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].