All Projects → hjptriplebee → Vgg19_with_tensorflow

hjptriplebee / Vgg19_with_tensorflow

Licence: gpl-3.0
An easy implement of VGG19 with tensorflow, which has a detailed explanation.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vgg19 with tensorflow

Pytorch Neural Style Transfer
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally included reconstruction scripts which allow you to reconstruct only the content or the style of the image - for better understanding of how NST works.
Stars: ✭ 106 (-38.73%)
Mutual labels:  deep-learning-tutorial
Imagenet
Pytorch Imagenet Models Example + Transfer Learning (and fine-tuning)
Stars: ✭ 134 (-22.54%)
Mutual labels:  vgg
Fake Voice Detection
Using temporal convolution to detect Audio Deepfakes
Stars: ✭ 156 (-9.83%)
Mutual labels:  deep-learning-tutorial
Deep learning notes
a collection of my notes on deep learning
Stars: ✭ 112 (-35.26%)
Mutual labels:  deep-learning-tutorial
Imagenet
This implements training of popular model architectures, such as AlexNet, ResNet and VGG on the ImageNet dataset(Now we supported alexnet, vgg, resnet, squeezenet, densenet)
Stars: ✭ 126 (-27.17%)
Mutual labels:  vgg
Alexnet with tensorflow
an implement of AlexNet with tensorflow, which has a detailed explanation.
Stars: ✭ 139 (-19.65%)
Mutual labels:  deep-learning-tutorial
Androidtensorflowmachinelearningexample
Android TensorFlow MachineLearning Example (Building TensorFlow for Android)
Stars: ✭ 1,369 (+691.33%)
Mutual labels:  deep-learning-tutorial
Numpydl
Deep Learning Library. For education. Based on pure Numpy. Support CNN, RNN, LSTM, GRU etc.
Stars: ✭ 169 (-2.31%)
Mutual labels:  deep-learning-tutorial
Adventures In Deep Learning
A curated list of Deep Learning resources sorted by reputation
Stars: ✭ 131 (-24.28%)
Mutual labels:  deep-learning-tutorial
Tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Stars: ✭ 3,456 (+1897.69%)
Mutual labels:  vgg
Hyperdl Tutorial
深度学习教程整理 | 干货
Stars: ✭ 1,574 (+809.83%)
Mutual labels:  deep-learning-tutorial
Python autocomplete
Use Transformers and LSTMs to learn Python source code
Stars: ✭ 123 (-28.9%)
Mutual labels:  deep-learning-tutorial
Pyramidbox.pytorch
Pyramidbox implement with pytorch
Stars: ✭ 142 (-17.92%)
Mutual labels:  vgg
Deeplearning tutorials
The deeplearning algorithms implemented by tensorflow
Stars: ✭ 1,580 (+813.29%)
Mutual labels:  deep-learning-tutorial
A Journey Into Convolutional Neural Network Visualization
A journey into Convolutional Neural Network visualization
Stars: ✭ 165 (-4.62%)
Mutual labels:  deep-learning-tutorial
Openvino Custom Layers
Tutorial for Using Custom Layers with OpenVINO (Intel Deep Learning Toolkit)
Stars: ✭ 101 (-41.62%)
Mutual labels:  deep-learning-tutorial
Chainer Cifar10
Various CNN models for CIFAR10 with Chainer
Stars: ✭ 134 (-22.54%)
Mutual labels:  vgg
Dive Into Dl Pytorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
Stars: ✭ 14,234 (+8127.75%)
Mutual labels:  deep-learning-tutorial
Sceneclassify
AI场景分类竞赛
Stars: ✭ 169 (-2.31%)
Mutual labels:  vgg
Machine Learning Tutorials
machine learning and deep learning tutorials, articles and other resources
Stars: ✭ 11,692 (+6658.38%)
Mutual labels:  deep-learning-tutorial

VGG19_with_tensorflow

An easy implement of VGG19 with tensorflow, which has a detailed explanation.

alexnetalexnetalexnet

tensorflowtensorflowtensorflow

The code is an implement of VGG19 with tensorflow. The detailed explanation can be found here.

Before running the code, you should confirm that you have :

  • Python (2 and 3 is all ok, 2 need a little change on function"print()")
  • tensorflow 1.0
  • opencv

Then, you should download the model file "vgg19.npy" which can be found here or here(for users in china).

Finally, run the test file with "python3 testModel.py -m folder -p testModel", you will see some images with the predicted label (press any key to move on to the next image).

The command also supports url.

For eg. "python3 testModel.py -m url -p http://www.cats.org.uk/uploads/images/featurebox_sidebar_kids/Cat-Behaviour.jpg"

You can also use tensorboard to monitor the process. Remeber to see detailed explanation.



If you have any problem, please contact me!

blog :http://blog.csdn.net/accepthjp

email :[email protected]

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].