iduta/coconv
[ICCV W] Contextual Convolutional Neural Networks (https://arxiv.org/pdf/2108.07387.pdf)
This project offers an improved method for image recognition by processing images with a CoResNet model. It takes an image as input and outputs a highly accurate classification of its contents. This is useful for computer vision researchers or machine learning engineers who need to build or evaluate image classification systems.
No commits in the last 6 months.
Use this if you are developing or benchmarking image recognition models and need state-of-the-art accuracy on large datasets like ImageNet.
Not ideal if you are a casual user looking for a ready-to-use application, as this requires technical expertise to set up and train models.
Stars
14
Forks
3
Language
Python
License
MIT
Category
Last pushed
Aug 18, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/iduta/coconv"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Jittor/jittor
Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators.
berniwal/swin-transformer-pytorch
Implementation of the Swin Transformer in PyTorch.
zhanghang1989/ResNeSt
ResNeSt: Split-Attention Networks
NVlabs/FasterViT
[ICLR 2024] Official PyTorch implementation of FasterViT: Fast Vision Transformers with...
ViTAE-Transformer/ViTPose
The official repo for [NeurIPS'22] "ViTPose: Simple Vision Transformer Baselines for Human Pose...