VGG19 and VGG16 on Tensorflow
翻译 - Tensorflow上的VGG19和VGG16
An easy implement of VGG19 with tensorflow, which has a detailed explanation.
Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)
The VGG16 and VGG19 networks in caffe with jupyter notebook
Convolution Neural Network of vgg19 model in verilog
VggML (ICPR 2018, Beijing)
TensorFlow implementation of VGG19 with Transfer Learning
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
翻译 - 使用生成对抗网络的逼真的单图像超分辨率
使用VGG19迁移学习实现图像风格迁移。
Pytorch implements the VGG19 model to classify cifar100
使用pytorch,构建VGG19网络结构,对CIFAR10数据集进行分类
cnn+rnn+attention: vgg(vgg16,vgg19)+rnn(LSTM, GRU)+attention, resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152)+rnnrnn(LSTM, GRU)+attention, inception_v4+rnn(LSTM, GRU)+attention, inception_resnet_v2+r...
基于VGG19和EfficientNetV2的中文手写汉字识别
神经风格迁移——基于keras实现(VGG19)2019-2-23
使用vgg16,vgg19对cifar数据集中的图像进行分类
A simple Tensorflow code for fine-tuning VGG-19 to solve 'cat or dog' task in kaggle.
基于keras集成多种图像分类模型: VGG16、VGG19、InceptionV3、Xception、MobileNet、AlexNet、LeNet、ZF_Net、ResNet18、ResNet34、ResNet50、ResNet_101、ResNet_152、DenseNet
cnn+rnn: vgg(vgg16,vgg19)+rnn(LSTM, GRU), resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152)+rnnrnn(LSTM, GRU), inception_v4+rnn(LSTM, GRU), inception_resnet_v2+rnn(LSTM, GRU),.....
This is a simple image clustering algorithm which uses KMeans for clustering and performs 3 types of vectorization using vgg16, vgg19 and resnet50 using the weights from ImageNet
基于VGG19的水果识别,水果种类:香蕉、榴莲、山竹、梨、柿子。验证集精度95.51%,测试集精度92.00%
一个实现指静脉识别的整合应用,包括算法,图像处理以及应用GUI⚡。模型使用VGG19,GUI框架为PysimpleGUI。
This project used VGG19 to transfer Monet's artistic style to a cartoon short video. The idea was inspired by the oil painted animation 'Loving Vincent'(2017). We want to automate the creation of the...
Artistic style transfer has been part of the quickly growing AI Art community in recent times. Pioneered by Gatys et al this class of methods allows for the transfer of a style, texture, pattern ect. ...