linkyeu / efficientnet_pytorch
EfficientNet B0-B7 implemented in convinient way with .features and .classifier layers with pretrained on ImageNet weights.
☆15Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for efficientnet_pytorch
- A PyTorch 1.0 Implementation of Unet with EfficientNet as encoder☆155Updated 3 years ago
- The 4th Place Solution of SIIM-ACR Pneumothorax Segmentation☆64Updated 5 years ago
- 9th Place Solution of Kaggle Global Wheat Detection☆143Updated 3 years ago
- https://www.kaggle.com/c/siim-acr-pneumothorax-segmentation/leaderboard☆93Updated 5 years ago
- Pytorch implementation of Robust Bi-Tempered Logistic Loss Based on Bregman Divergences☆62Updated 5 years ago
- Kaggle HuBMAP 1st Place Solution☆76Updated 3 years ago
- ☆86Updated 5 years ago
- Solution of Kaggle competition: Sartorius - Cell Instance Segmentation☆85Updated 2 years ago
- Deep Learning for Automatic Pneumonia Detection, RSNA challenge☆104Updated 4 years ago
- AutoML for image augmentation. AutoAlbument uses the Faster AutoAugment algorithm to find optimal augmentation policies. Documentation - …☆202Updated 3 years ago
- The service for the demonstration of transforms in Albumentations library☆105Updated 4 months ago
- Rethinking Semantic Segmentation from a Sequence-to-Sequence Perspective with Transformers☆193Updated 3 years ago
- code for kaggle: UW-Madison GI Tract Image Segmentation☆91Updated 2 years ago
- ☆69Updated last year
- (ICCV 2021 Oral) CoaT: Co-Scale Conv-Attentional Image Transformers☆228Updated 2 years ago
- 3D volume data augmentation package inspired by albumentations☆79Updated 4 years ago
- PyTorch implementations of recent Computer Vision tricks (ReXNet, RepVGG, Unet3p, YOLOv4, CIoU loss, AdaBelief, PolyLoss, MobileOne). Oth…☆318Updated last week
- Function to calculate mAP for set of detected boxes and annotated boxes.☆129Updated 5 months ago
- [ICIP 2021] Puzzle-CAM: Improved localization via matching partial and full features.☆175Updated 2 years ago
- Cut and paste augmentation for object detection and instance segmentation☆133Updated 3 years ago
- Bottleneck Transformers for Visual Recognition☆274Updated 3 years ago
- Test Time image Augmentation (TTA) wrapper for Keras model.