All Projects â†’ luntai â†’ VGG16_Keras_TensorFlow

luntai / VGG16_Keras_TensorFlow

Licence: other
# This is a image classification by VGG16 pre-trained model.#

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to VGG16 Keras TensorFlow

Deep-Learning
It contains the coursework and the practice I have done while learning Deep Learning.🚀 ðŸ‘Ļ‍ðŸ’ŧðŸ’Ĩ ðŸšĐ🌈
Stars: ✭ 21 (-47.5%)
Mutual labels:  image-classification, vgg16
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (+387.5%)
Mutual labels:  image-classification, vgg16
Alpha pooling
Code for our paper "Generalized Orderless Pooling Performs Implicit Salient Matching" published at ICCV 2017.
Stars: ✭ 51 (+27.5%)
Mutual labels:  image-classification, vgg16
Image-Classification
Pre-trained VGG-Net Model for image classification using tensorflow
Stars: ✭ 29 (-27.5%)
Mutual labels:  image-classification, vgg16
Tensorflow2.0 Examples
🙄 Difficult algorithm, Simple code.
Stars: ✭ 1,397 (+3392.5%)
Mutual labels:  image-classification, vgg16
Skin Lesions Classification DCNNs
Transfer Learning with DCNNs (DenseNet, Inception V3, Inception-ResNet V2, VGG16) for skin lesions classification
Stars: ✭ 47 (+17.5%)
Mutual labels:  image-classification, vgg16
Reproducibilty-Challenge-ECANET
Unofficial Implementation of ECANets (CVPR 2020) for the Reproducibility Challenge 2020.
Stars: ✭ 27 (-32.5%)
Mutual labels:  image-classification
data-selfie-image-classification
No description or website provided.
Stars: ✭ 15 (-62.5%)
Mutual labels:  image-classification
al-fk-self-supervision
Official PyTorch code for CVPR 2020 paper "Deep Active Learning for Biased Datasets via Fisher Kernel Self-Supervision"
Stars: ✭ 28 (-30%)
Mutual labels:  image-classification
aws-rekognition
A Laravel Package/Facade for the AWS Rekognition API
Stars: ✭ 20 (-50%)
Mutual labels:  image-classification
Facial-Expression-Recognition
A Pytorch Implementation of FER( facial expression recognition )
Stars: ✭ 27 (-32.5%)
Mutual labels:  vgg16
ML2017FALL
Machine Learning (EE 5184) in NTU
Stars: ✭ 66 (+65%)
Mutual labels:  image-classification
Personalised-aesthetic-assessment-using-residual-adapters
Jupyter notebooks used as supporting material for an msc thesis about personalised aesthetic assessment using residual adapters.
Stars: ✭ 19 (-52.5%)
Mutual labels:  image-classification
PlayerDetection
Player detection and ball detection in football matches using image processing(opencv).
Stars: ✭ 50 (+25%)
Mutual labels:  image-classification
kaggle brain-tumor-3D
Predict the status of a genetic biomarker important for brain cancer treatment
Stars: ✭ 20 (-50%)
Mutual labels:  image-classification
sparsify
Easy-to-use UI for automatically sparsifying neural networks and creating sparsification recipes for better inference performance and a smaller footprint
Stars: ✭ 138 (+245%)
Mutual labels:  image-classification
pyro-vision
Computer vision library for wildfire detection
Stars: ✭ 33 (-17.5%)
Mutual labels:  image-classification
TensorPy
Easy Image Classification with TensorFlow
Stars: ✭ 44 (+10%)
Mutual labels:  image-classification
behavioral cloning
No description or website provided.
Stars: ✭ 26 (-35%)
Mutual labels:  vgg16
image classifier
Image classifier in Elixir
Stars: ✭ 12 (-70%)
Mutual labels:  image-classification

VGG16_Keras_TensorFlow

This is a image classification by VGG16 pre-trained model.

Envoriment

Python3.5
Keras2.0
TensorFlow
Windows10
Most py-package (such like numpy or cv2...) you can install by pip install xx.whl from here.

Steps

Download the weight file 'vgg16_weights_tf_dim_ordering_tf_kernels.h5'. In here and download it.
Put the weight file into data/model

Used Files

model/synset_words.txt : map class id (which is equal to line id) to synset_id and human words. For example, If you get the prediction id is 281, then you should out put the 281th content in synset_words.txt. model/vgg16_weights_tf_dim_ordering_tf_kernels.h5: special VGG16 pre-trained weight file for Keras2.

Hint

Mind the path which is used in windows. If you are UNIX player, should change the format.
Any other errors happen you can check my blog.
You should be careful with the Keras's backend (th:theano or tf:tensorflow), because they have different mat size format.

Resource

About model you can find in Github-Glist.
About VGG16 network structure find in here.

Please

Give me a star. Thks.

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