Pinned Repositories
age-estimation-pytorch
PyTorch-based CNN implementation for estimating age from face images
ASSD-Pytorch
[CVIU 2019] ASSD learns to highlight useful regions on the feature maps while suppressing the irrelevant information, thereby providing reliable guidance for object detection.
ATSS
Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection
FCOS-PyTorch-37.2AP
A pure torch implement of FCOS 37.2AP
Focal-IoU-loss
This code for solving the imbalance problems in regression head of object detectors. Comparison methods contain:Smooth-l1, IoU-loss, GIoU-loss, DIoU-loss, CIoU-loss.
fssd.pytorch
Pytorch re-implementation of Fssd
pytorch-grad-cam
Many Class Activation Map methods implemented in Pytorch for CNNs and Vision Transformers. Including Grad-CAM, Grad-CAM++, Score-CAM, Ablation-CAM and XGrad-CAM
Random-Erasing
Random Erasing Data Augmentation. Experiments on CIFAR10, CIFAR100 and Fashion-MNIST
RetinaNet-Pytorch-36.4AP
A pure torch implement of RetinaNet 36.4AP
simple-faster-rcnn-pytorch
A simplified implemention of Faster R-CNN that replicate performance from origin paper
zhaohao0404's Repositories
zhaohao0404/Focal-IoU-loss
This code for solving the imbalance problems in regression head of object detectors. Comparison methods contain:Smooth-l1, IoU-loss, GIoU-loss, DIoU-loss, CIoU-loss.
zhaohao0404/fssd.pytorch
Pytorch re-implementation of Fssd
zhaohao0404/simple-faster-rcnn-pytorch
A simplified implemention of Faster R-CNN that replicate performance from origin paper
zhaohao0404/age-estimation-pytorch
PyTorch-based CNN implementation for estimating age from face images
zhaohao0404/ASSD-Pytorch
[CVIU 2019] ASSD learns to highlight useful regions on the feature maps while suppressing the irrelevant information, thereby providing reliable guidance for object detection.
zhaohao0404/ATSS
Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection
zhaohao0404/FCOS-PyTorch-37.2AP
A pure torch implement of FCOS 37.2AP
zhaohao0404/pytorch-grad-cam
Many Class Activation Map methods implemented in Pytorch for CNNs and Vision Transformers. Including Grad-CAM, Grad-CAM++, Score-CAM, Ablation-CAM and XGrad-CAM
zhaohao0404/Random-Erasing
Random Erasing Data Augmentation. Experiments on CIFAR10, CIFAR100 and Fashion-MNIST
zhaohao0404/RetinaNet-Pytorch-36.4AP
A pure torch implement of RetinaNet 36.4AP
zhaohao0404/CenterNet
CenterNet / FCOS_PLUS/MatrixNets implemented by mmdetection
zhaohao0404/cocoapi
COCO API - Dataset @ http://cocodataset.org/
zhaohao0404/ContextLab
ContextLab: A Toolbox for Context Feature Augmentation developed with PyTorch
zhaohao0404/DeRPN
A novel region proposal network for more general object detection ( including scene text detection ).
zhaohao0404/DSSD
复现DSSD
zhaohao0404/FCOS
FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
zhaohao0404/FewShotDetection
(ECCV 2020) PyTorch implementation of paper "Few-Shot Object Detection and Viewpoint Estimation for Objects in the Wild"
zhaohao0404/GHM_Detection
The implementation of “Gradient Harmonized Single-stage Detector” published on AAAI 2019.
zhaohao0404/ghostnet.pytorch
[CVPR2020] GhostNet: More Features from Cheap Operations
zhaohao0404/img_classification_pk_pytorch
Quickly comparing your image classification models with the state-of-the-art models (such as DenseNet, ResNet, ...)
zhaohao0404/JSON2YOLO
Convert JSON datasets into YOLO (darknet) format.
zhaohao0404/labelImg
:metal: LabelImg is a graphical image annotation tool and label object bounding boxes in images
zhaohao0404/object-detection-usages
The brief implementation and using examples of object detection usages like, IoU, NMS, soft-NMS, SmoothL1、IoU loss、GIoU loss、 DIoU loss、CIoU loss, cross-entropy、focal-loss、GHM, AP/MAP and so on by Pytorch.
zhaohao0404/overlap-sampler
Overlap Sampler for Region-Based Object Detection (WACV 2020)
zhaohao0404/pytorch-randaugment
比较易懂好用的RandAugment
zhaohao0404/PyTorch-YOLOv3
Minimal PyTorch implementation of YOLOv3
zhaohao0404/Repulsion_Loss
Pytorch implementation of Repulsion Loss on RetinaNet
zhaohao0404/Salient-Object-Detection
This is tensorflow implementation for cvpr2017 paper "Deeply Supervised Salient Object Detection with Short Connections"
zhaohao0404/TSD
1st place models in Google OpenImage Detection Challenge 2019
zhaohao0404/yolo3-pytorch
这是一个yolo3-pytorch的源码,可以用于训练自己的模型。