shicai/DenseNet-Caffe
DenseNet Caffe Models, converted from https://github.com/liuzhuang13/DenseNet
This project provides pre-trained image classification models for use in computer vision applications. It takes raw image data as input and outputs classifications (e.g., identifying objects in photos). It's designed for machine learning engineers or researchers who are building image recognition systems.
361 stars. No commits in the last 6 months.
Use this if you need high-performing, pre-trained image classification models in the Caffe deep learning framework for tasks like object recognition or content moderation.
Not ideal if you are working with a different deep learning framework (like TensorFlow or PyTorch) or if your task is not image classification.
Stars
361
Forks
269
Language
—
License
—
Category
Last pushed
Aug 29, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/shicai/DenseNet-Caffe"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
raghakot/keras-resnet
Residual networks implementation using Keras-1.0 functional API
titu1994/DenseNet
DenseNet implementation in Keras
liuzhuang13/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
BIGBALLON/cifar-10-cnn
Play deep learning with CIFAR datasets
bamos/densenet.pytorch
A PyTorch implementation of DenseNet.