balavenkatesh3322/CV-pretrained-model
A collection of computer vision pre-trained models.
This collection provides ready-to-use computer vision models that help analyze images and video. Instead of building complex algorithms from scratch, you can use these pre-trained models to perform tasks like identifying objects, segmenting images, or even generating captions. This is ideal for researchers, data scientists, or engineers who need to integrate advanced image analysis into their applications quickly.
1,361 stars. No commits in the last 6 months.
Use this if you need to perform common computer vision tasks such as object detection, image segmentation, or image captioning without extensive model training.
Not ideal if your image analysis problem is highly specialized and requires a custom model architecture or very specific, unique data processing.
Stars
1,361
Forks
194
Language
—
License
MIT
Category
Last pushed
Mar 03, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/balavenkatesh3322/CV-pretrained-model"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
philipperemy/keras-attention
Keras Attention Layer (Luong and Bahdanau scores).
tatp22/linformer-pytorch
My take on a practical implementation of Linformer for Pytorch.
datalogue/keras-attention
Visualizing RNNs using the attention mechanism
ematvey/hierarchical-attention-networks
Document classification with Hierarchical Attention Networks in TensorFlow. WARNING: project is...
thushv89/attention_keras
Keras Layer implementation of Attention for Sequential models