Pinned Repositories
3D-Face-GCNs
Towards High-Fidelity 3D Face Reconstruction from In-the-Wild Images Using Graph Convolutional Networks, CVPR 2020
500LineorLess_CN
500 line or less 中文翻译计划。
ACSL
Adaptive Class Suppression Loss for Long-Tail Object Detection--CVPR2021
anogan-keras
Unsupervised anomaly detection with generative model, keras implementation
BBN
The official PyTorch implementation of paper BBN: Bilateral-Branch Network with Cumulative Learning for Long-Tailed Visual Recognition
CenterNet
Object detection, 3D detection, and pose estimation using center point detection:
classifier-balancing
This repository contains code for the paper "Decoupling Representation and Classifier for Long-Tailed Recognition", published at ICLR 2020
study
some study material
website
witbox
Fateeeeee's Repositories
Fateeeeee/ResRep
Lossless CNN Channel Pruning via Decoupling Remembering and Forgetting
Fateeeeee/imbalanced-regression
[ICML 2021, Long Talk] Delving into Deep Imbalanced Regression
Fateeeeee/SimpleCVReproduction
Reproduce simple cv project including attention module, classification, object detection, segmentation, keypoint detection, tracking :smile: etc.
Fateeeeee/my_yolo4
Fateeeeee/pytorch-grad-cam
Many Class Activation Map methods implemented in Pytorch! Including Grad-CAM, Grad-CAM++, Score-CAM, Ablation-CAM and XGrad-CAM
Fateeeeee/ISDA-for-Deep-Networks
An efficient implicit semantic augmentation method, complementary to existing non-semantic techniques.
Fateeeeee/acon
Official Repsoitory for "Activate or Not: Learning Customized Activation." [CVPR 2021]
Fateeeeee/500LineorLess_CN
500 line or less 中文翻译计划。
Fateeeeee/PytorchNetHub
项目注释+论文复现+算法竞赛
Fateeeeee/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
Fateeeeee/YOLOv4_CAM
I tried to apply the CAM algorithm to YOLOv4 and it worked.
Fateeeeee/DefectNet
DefectNet: Towards Fast and Effective Defect Detection
Fateeeeee/Group-CAM
Code for paper: Group-CAM: Group Score-Weighted Visual Explanations for Deep Convolutional Networks
Fateeeeee/dcd
official code for dynamic convolution decomposition
Fateeeeee/ACSL
Adaptive Class Suppression Loss for Long-Tail Object Detection--CVPR2021
Fateeeeee/yolodet-pytorch
reproduce the YOLO series of papers in pytorch, including YOLOv4, PP-YOLO, YOLOv5,YOLOv3, etc.
Fateeeeee/eqlv2
The official implementation of Equalization Loss v1 & v2 (CVPR 2020, 2021) based on MMDetection. https://arxiv.org/abs/2012.08548 https://arxiv.org/abs/2003.05176
Fateeeeee/rexnet
Official Pytorch implementation of ReXNet (Rank eXpansion Network) with pretrained models
Fateeeeee/detectron2
Detectron2 is FAIR's next-generation platform for object detection and segmentation.
Fateeeeee/BBN
The official PyTorch implementation of paper BBN: Bilateral-Branch Network with Cumulative Learning for Long-Tailed Visual Recognition
Fateeeeee/CDIoU-CDIoUloss
🔥CDIoU and CDIoU loss is like a convenient plug-in that can be used in multiple models. CDIoU and CDIoU loss have different excellent performances in several models such as Faster R-CNN, YOLOv4, RetinaNet and . There is a maximum AP improvement of 1.9% and an average AP of 0.8% improvement on MS COCO dataset, compared to traditional evaluation-feedback modules. Here we just use as an example to illustrate the code.
Fateeeeee/ACNet
ACNet: Strengthening the Kernel Skeletons for Powerful CNN via Asymmetric Convolution Blocks
Fateeeeee/YOLOF
Fateeeeee/sci-visualize
Fateeeeee/nb
Neural Network Blocks - Collect all kinds of fancy model blocks for you to build more powerful neural network model.
Fateeeeee/BottleneckTransformers
Bottleneck Transformers for Visual Recognition
Fateeeeee/mmdetection
OpenMMLab Detection Toolbox and Benchmark
Fateeeeee/mmcv
OpenMMLab Computer Vision Foundation
Fateeeeee/CoordAttention
Code for our CVPR2021 paper coordinate attention
Fateeeeee/SoftPool
Code for approximated exponential maximum pooling