yuyijie1995 / Grad-CAM.pytorch
pytorch实现Grad-CAM和Grad-CAM++,可以可视化任意分类网络的Class Activation Map (CAM)图,包括自定义的网络;同时也实现了目标检测faster r-cnn和retinanet两个网络的CAM图;欢迎试用、关注并反馈问题...
☆42Updated 4 years ago
Alternatives and similar repositories for Grad-CAM.pytorch:
Users that are interested in Grad-CAM.pytorch are comparing it to the libraries listed below
- A simple code for visualize the heat map from backbone and fpn while test with mmdetection☆45Updated 3 years ago
- ☆37Updated 3 years ago
- Effective Fusion Factor in FPN for Tiny Object Detection(WACV2021)☆59Updated 4 years ago
- A pure torch implement of FCOS 37.2AP☆168Updated 4 years ago
- source code of AugFPN☆175Updated 4 years ago
- IoU-aware single-stage object detector for accurate localization☆67Updated 4 years ago
- Unofficial implementation of Copy-Paste method:Simple Copy-Paste is a Strong Data Augmentation Method for Instance Segmentation☆133Updated 4 years ago
- ☆92Updated 4 years ago
- Dense Relation Distillation with Context-aware Aggregation for Few-Shot Object Detection, CVPR 2021☆149Updated 3 years ago
- The official implementation of ICLR2021 paper "Improve Object Detection with Feature-based Knowledge Distillation: Towards Accurate and E…☆62Updated 3 years ago
- my_custom_mmdetection☆58Updated 4 years ago
- detailed annotation about the FCOS code☆29Updated 4 years ago
- ☆25Updated last year
- Includes: Learning data augmentation strategies for object detection | GridMask data augmentation | Augmentation for small object detect…☆250Updated 4 years ago
- This is a knowledge distillation toolbox based on mmdetection.☆74Updated 3 years ago
- Simple implementation of augmentation for small object detection☆219Updated 4 years ago
- fcos implementation in pytorch1.x☆99Updated 4 years ago
- A Dual Weighting Label Assignment Scheme for Object Detection☆135Updated 2 years ago
- Track the trend of few-shot object detection☆36Updated 3 years ago
- [NeurIPS 2021] Alpha-IoU: A Family of Power Intersection over Union Losses for Bounding Box Regression☆154Updated 3 years ago
- plot PR curve by COCO API and mmdet API☆36Updated 4 years ago
- An unofficial implementation of Pytorch version PP-YOLOE,based on Megvii YOLOX training code.