4
#
inception-resnet
Here are 30 public repositories matching this topic...
Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
caffe
detection
classification
imagenet
faster-rcnn
segmentation
resnet
inception
inception-resnet
resnext
caffemodel
dpn
-
Updated
Mar 22, 2018 - Python
Simple Tensorflow implementation of "Squeeze and Excitation Networks" using Cifar10 (ResNeXt, Inception-v4, Inception-resnet-v2)
-
Updated
Aug 14, 2018 - Python
Keras/Tensorflow implementation of our paper Grayscale Image Colorization using deep CNN and Inception-ResNet-v2 (https://arxiv.org/abs/1712.03400)
-
Updated
Aug 3, 2021 - Python
Inception-v4, Inception - Resnet-v1 and v2 Architectures in Keras
-
Updated
Sep 7, 2017 - Python
Webcam face recognition using tensorflow and opencv
-
Updated
Dec 3, 2019 - Python
X-ray Images (Chest images) analysis and anomaly detection using Transfer learning with inception v2
deep-neural-networks
deep-learning
tensorflow
image-processing
medical-imaging
vgg
classification
chest-xray-images
inception-resnet
x-ray
medical-image-processing
x-ray-images
-
Updated
Mar 28, 2018 - Python
我的笔记和Demo,包含分类,检测、分割、知识蒸馏。
nin
cnn
pytorch
vgg
ssd
densenet
alexnet
multi-layer-perceptron
googlenet
inception-resnet
cnn-series
-
Updated
Jun 22, 2022 - Jupyter Notebook
Transfer Learning with DCNNs (DenseNet, Inception V3, Inception-ResNet V2, VGG16) for skin lesions classification
computer-vision
imagenet
image-classification
ensemble-learning
densenet
transfer-learning
vgg16
inceptionv3
inception-resnet
biomedical-image-processing
fine-tuning
skin-cancer
skin-lesion-classification
-
Updated
Nov 14, 2019 - Jupyter Notebook
A step by step guide on how to use tensorflow serving to serve a tensorflow model.
-
Updated
Jan 2, 2018 - C++
Naruto Hand Gesture Recognition with OpenCV and Transfer Learning
python
opencv
deep-neural-networks
computer-vision
deep-learning
tensorflow
resnet
transfer-learning
vgg16
inception-resnet
naruto
hand-tracking
hand-gesture-recognition
mobilenetv2
-
Updated
Jun 21, 2022 - Python
Keras and tensorflow transfer learning, starting from the pre-trained inception_resnetV2 model
-
Updated
Nov 23, 2018 - Python
Image Style Recognition using Transfer Learning with Pre-trained ResNet
-
Updated
Jan 10, 2019 - HTML
Attempt at Machine Learning Project to automatically add color to gray-scale images
-
Updated
Dec 14, 2017 - Jupyter Notebook
Chainer implementation of the paper "Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning" (https://arxiv.org/abs/1602.07261)
-
Updated
Apr 22, 2018 - Python
keras & Pytorch implemetation of deep learning models: fine-tuning approaches, dataset analysis, hyperparameter optimization, etc.
computer-vision
deep-learning
keras
pytorch
lstm
mnist
rnn
alexnet
convolutional-neural-networks
inception-resnet
keras-implemetation
christian-szegedy
sergey-ioffe
finetuning-network
-
Updated
Sep 2, 2020 - Jupyter Notebook
Training Siamese model to create a one-shot neural network model using Face-Net and MTCNN as the backbone. Yolov5 and OpenCV is used alongside to classify faces in the webcam feed
pytorch
face-recognition
inception-resnet
mtcnn-face-detection
siamese-neural-network
face-net
olivetti-dataset
yolov5
-
Updated
Jan 20, 2022 - Jupyter Notebook
Cupoy AI Learning Hub - 1st DL & CV Challenge
opencv
tensorflow
transfer-learning
vgg16
vgg19
inception-resnet
cnn-keras
inception-v3
mobilenetv2
yolov3
-
Updated
Jul 26, 2021 - Jupyter Notebook
-
Updated
Jan 6, 2018 - Jupyter Notebook
This is the companion repository for our paper iSPLInception: Redefining the State-of-the-Art for Human Activity Recognition which will be published in IEEE Access - 2021.
-
Updated
Feb 17, 2021 - Python
This is an implementation of the CVPR 2017 paper - Deep Koalarization : Image Colorization using deep CNNs and Inception Resnet V2
computer-vision
deep-learning
keras
convolutional-neural-networks
transfer-learning
upsampling
inception-resnet
-
Updated
Aug 7, 2018 - Python
Inception - Going Deeper with Convolutions
deep-neural-networks
computer-vision
imagenet
convolutional-neural-networks
inception
inceptionv3
googlenet
inception-resnet
cnn-for-visual-recognition
inception-resnet-v2
1x1
googlenet-tensorflow
googlenet-inception-network
googlenet-bn
-
Updated
Sep 9, 2021 - Jupyter Notebook
-
Updated
Feb 4, 2020 - Jupyter Notebook
Keras and tensorflow implementation of the inception-resnetV2 model
-
Updated
Oct 5, 2017 - Python
SimpleCNN and ResNet performance comparison
-
Updated
Apr 20, 2020 - Python
The aim of this project is to implement/use pretrained popular architectures such as VGG16, VGG19, ResNet, AlexNet etc.
resnet
alexnet
vgg16
vgg19
inception-resnet
cnn-architecture
xceptionnet
cnn-architecutre-comparison
-
Updated
Jan 14, 2022 - Jupyter Notebook
Grayscale Image Colorization using deep CNN and Inception-ResNet-v2 (DD2424 Deep Learning in Science course at KTH 2017)
-
Updated
Dec 1, 2017 - Python
Automated registrations for meetups and events. Makes way for a constant and smooth flow for crowded events.
python
machine-learning
ai
computer-vision
tensorflow
event
artificial-intelligence
registration
face
face-recognition
face-detection
python-3
facenet
inception-resnet
inception-v3
tensorflow-examples
registration-system
facenet-trained-models
-
Updated
Jun 21, 2022 - Python
Improve this page
Add a description, image, and links to the inception-resnet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the inception-resnet topic, visit your repo's landing page and select "manage topics."
Hi
when I do classification with the pretrained vggface2 model, how do I match a probability to a name? do you have a list of labels for the trained model?
Thanks