All Projects → developer0hye → SKNet-PyTorch

developer0hye / SKNet-PyTorch

Licence: other
Nearly Perfect & Easily Understandable PyTorch Implementation of SKNet

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SKNet-PyTorch

ImageModels
ImageNet model implemented using the Keras Functional API
Stars: ✭ 63 (+1.61%)
Mutual labels:  imagenet, imagenet-classifier
Class Balanced Loss
Class-Balanced Loss Based on Effective Number of Samples. CVPR 2019
Stars: ✭ 433 (+598.39%)
Mutual labels:  imagenet, cvpr
Ghostnet
CV backbones including GhostNet, TinyNet and TNT, developed by Huawei Noah's Ark Lab.
Stars: ✭ 1,744 (+2712.9%)
Mutual labels:  imagenet, cvpr
BottleneckTransformers
Bottleneck Transformers for Visual Recognition
Stars: ✭ 231 (+272.58%)
Mutual labels:  imagenet
efficientnetv2.pytorch
PyTorch implementation of EfficientNetV2 family
Stars: ✭ 366 (+490.32%)
Mutual labels:  imagenet
SharpPeleeNet
ImageNet pre-trained SharpPeleeNet can be used in real-time Semantic Segmentation/Objects Detection
Stars: ✭ 13 (-79.03%)
Mutual labels:  imagenet
CVPR2021-Papers-with-Code-Demo
收集 CVPR 最新的成果,包括论文、代码和demo视频等,欢迎大家推荐!
Stars: ✭ 752 (+1112.9%)
Mutual labels:  cvpr
img classification deep learning
No description or website provided.
Stars: ✭ 19 (-69.35%)
Mutual labels:  imagenet
Stochastic-Quantization
Training Low-bits DNNs with Stochastic Quantization
Stars: ✭ 70 (+12.9%)
Mutual labels:  imagenet
DetectionMetrics
Tool to evaluate deep-learning detection and segmentation models, and to create datasets
Stars: ✭ 66 (+6.45%)
Mutual labels:  imagenet
face-recognition
얼굴 인식에 대한 기술 동향 및 관련 모델 자료
Stars: ✭ 38 (-38.71%)
Mutual labels:  cvpr
CURL
Code for the ICPR 2020 paper: "CURL: Neural Curve Layers for Image Enhancement"
Stars: ✭ 177 (+185.48%)
Mutual labels:  cvpr
art2real
Art2Real: Unfolding the Reality of Artworks via Semantically-Aware Image-to-Image Translation. CVPR 2019
Stars: ✭ 71 (+14.52%)
Mutual labels:  cvpr2019
awesome-video-sum
A curated list of the Video Summarization subject which is a computer science using machine learning and deep learning
Stars: ✭ 29 (-53.23%)
Mutual labels:  cvpr
imagenet-autoencoder
Autoencoder trained on ImageNet Using Torch 7
Stars: ✭ 18 (-70.97%)
Mutual labels:  imagenet
cvpr-buzz
🐝 Explore Trending Papers at CVPR
Stars: ✭ 37 (-40.32%)
Mutual labels:  cvpr
Guided-I2I-Translation-Papers
Guided Image-to-Image Translation Papers
Stars: ✭ 117 (+88.71%)
Mutual labels:  cvpr
LUVLi
[CVPR 2020] Re-hosting of the LUVLi Face Alignment codebase. Please download the codebase from the original MERL website by agreeing to all terms and conditions. By using this code, you agree to MERL's research-only licensing terms.
Stars: ✭ 24 (-61.29%)
Mutual labels:  cvpr
single-positive-multi-label
Multi-Label Learning from Single Positive Labels - CVPR 2021
Stars: ✭ 63 (+1.61%)
Mutual labels:  cvpr
datumaro
Dataset Management Framework, a Python library and a CLI tool to build, analyze and manage Computer Vision datasets.
Stars: ✭ 274 (+341.94%)
Mutual labels:  imagenet

SKNet-Pytorch

Nearly Perfect & Easily Understandable PyTorch Implementation of SKNet(Selective Kernel Networks)

I reimplemented SKNET using PyTorch. Although there are several PyTorch implementations of SKNET, they are different from implementation described in the original paper, and I was hard to understand their implementations. So I did.

Seletive Kernel Convolution

Refer to this part for the implementation of Selective Kernel Convolution

Reference

To Do Lists

  • Experiment on CIFAR100 with Resnet-18
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].