Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
翻译 - 使用生成对抗网络的逼真的单图像超分辨率
#计算机科学#🙄 Difficult algorithm, Simple code.
#计算机科学#food image to recipe with deep convolutional neural networks.
I transfer the backend of yolov3 into Mobilenetv1,VGG16,ResNet101 and ResNeXt101
ImageNet pre-trained models with batch normalization for the Caffe framework
#计算机科学#Deep learning codes and projects using Python
Holistically-Nested Edge Detection
Video Classification using 2 stream CNN
tensorflow implementation of Grad-CAM (CNN visualization)
#计算机科学#A neural network to generate captions for an image using CNN and RNN with BEAM Search.
Apparel detection using deep learning
#计算机科学#Class-Weighted Convolutional Features for Image Retrieval (BMVC 2017)
#计算机科学#Accelerate Neural Net Training by Progressively Freezing Layers
#计算机科学#Keras code and weights files for the VGG16-places365 and VGG16-hybrid1365 CNNs for scene classification
#计算机科学#The purpose of this program is for studying. Using tensorflow trains the vgg16 and recognizes only two kinds of picture(cat and dog).
Implemention of FCN-8 and FCN-16 with Keras and uses CRF as post processing
A Single Shot MultiBox Detector in TensorFlow
An end-to-end signature verification system to extract, clean and verify signatures in documents. Signatures are detected using YOLOv5. Noise is cleaned using a CycleGAN approach and verified. Keras /...