All Projects → linksense → MixNet-PyTorch

linksense / MixNet-PyTorch

Licence: MIT license
Concise, Modular, Human-friendly PyTorch implementation of MixNet with Pre-trained Weights.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MixNet-PyTorch

awesome-computer-vision-models
A list of popular deep learning models related to classification, segmentation and detection problems
Stars: ✭ 419 (+2518.75%)
Mutual labels:  image-classification, mixnet, efficientnet
efficientnet-jax
EfficientNet, MobileNetV3, MobileNetV2, MixNet, etc in JAX w/ Flax Linen and Objax
Stars: ✭ 114 (+612.5%)
Mutual labels:  mixnet, efficientnet
Yet Another Efficientdet Pytorch
The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
Stars: ✭ 4,945 (+30806.25%)
Mutual labels:  efficientnet, bifpn
food-detection-yolov5
🍔🍟🍗 Food analysis baseline with Theseus. Integrate object detection, image classification and multi-class semantic segmentation. 🍞🍖🍕
Stars: ✭ 68 (+325%)
Mutual labels:  image-classification, efficientnet
Pytorch Image Models
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
Stars: ✭ 15,232 (+95100%)
Mutual labels:  mixnet, efficientnet
Efficientnet
Implementation of EfficientNet model. Keras and TensorFlow Keras.
Stars: ✭ 1,920 (+11900%)
Mutual labels:  image-classification, efficientnet
LibFewShot
LibFewShot: A Comprehensive Library for Few-shot Learning.
Stars: ✭ 629 (+3831.25%)
Mutual labels:  image-classification
mybabe
MyBB CAPTCHA Solver using Convolutional Neural Network in Keras
Stars: ✭ 18 (+12.5%)
Mutual labels:  image-classification
react-native-camera-tflite
Real time image classification with React Native and Tensorflow lite.
Stars: ✭ 52 (+225%)
Mutual labels:  image-classification
quarkdet
QuarkDet lightweight object detection in PyTorch .Real-Time Object Detection on Mobile Devices.
Stars: ✭ 82 (+412.5%)
Mutual labels:  bifpn
imannotate
Image annotation tool to make Machine Learning or others stuffs
Stars: ✭ 44 (+175%)
Mutual labels:  image-classification
KerasUI
UI for Keras to implement image classification written in python and django
Stars: ✭ 40 (+150%)
Mutual labels:  image-classification
Image-Classification
Pre-trained VGG-Net Model for image classification using tensorflow
Stars: ✭ 29 (+81.25%)
Mutual labels:  image-classification
tensorflow-image-recognition-chrome-extension
Chrome browser extension for using TensorFlow image recognition on web pages
Stars: ✭ 88 (+450%)
Mutual labels:  image-classification
subwAI
Scripts for training an AI to play the endless runner Subway Surfers using a supervised machine learning approach by imitation and a convolutional neural network (CNN) for image classification
Stars: ✭ 86 (+437.5%)
Mutual labels:  image-classification
TensorFlow-Binary-Image-Classification-using-CNN-s
Binary Image Classification in TensorFlow
Stars: ✭ 26 (+62.5%)
Mutual labels:  image-classification
S2-BNN
S2-BNN: Bridging the Gap Between Self-Supervised Real and 1-bit Neural Networks via Guided Distribution Calibration (CVPR 2021)
Stars: ✭ 53 (+231.25%)
Mutual labels:  efficient-model
SimMIM
This is an official implementation for "SimMIM: A Simple Framework for Masked Image Modeling".
Stars: ✭ 717 (+4381.25%)
Mutual labels:  image-classification
shake-drop pytorch
PyTorch implementation of shake-drop regularization
Stars: ✭ 50 (+212.5%)
Mutual labels:  image-classification
EfficientUNetPlusPlus
Decoder architecture based on the UNet++. Combining residual bottlenecks with depthwise convolutions and attention mechanisms, it outperforms the UNet++ in a coronary artery segmentation task, while being significantly more computationally efficient.
Stars: ✭ 37 (+131.25%)
Mutual labels:  efficientnet

MixNet-PyTorch

This repository contains a concise, modular, human-friendly PyTorch implementation of MixNet with Pre-trained Weights.

> New!!! Our Semantic Segmentation Model using MixNet as backbone and MixBiFPN as Decoder: MixSeg-MixBiFPN has been released, up to 72.23 mIoU.

Dependencies

Result Details(Val.)

Name # Params # FLOPS Top-1 Acc. Pretrained
MixNet-S 4.1M 0.256B 75.2 GitHub
MixNet-M 5.0M 0.360B 76.5 GitHub
MixNet-L 7.3M 0.565B 78.6 GitHub
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].