AEProgrammer / object_detectionLinks
☆15Updated 5 years ago
Alternatives and similar repositories for object_detection
Users that are interested in object_detection are comparing it to the libraries listed below
Sorting:
- ☆12Updated 4 years ago
- Implementations of few-shot object detection benchmarks☆17Updated 3 years ago
- I tried to apply the CAM algorithm to YOLOv4 and it worked.☆61Updated 4 years ago
- Dense Relation Distillation with Context-aware Aggregation for Few-Shot Object Detection, CVPR 2021☆155Updated 4 years ago
- Track the trend of few-shot object detection☆37Updated 4 years ago
- Simple implementation of augmentation for small object detection☆220Updated 5 years ago
- 一个简单方便的目标检测框架(PyTorch环境可直接运行,不需要cuda编译),支持Faster_RCNN、Cascade_RCNN、Yolo系列、SSD等经典网络。☆282Updated last year
- Distance-IoU Loss: Faster and Better Learning for Bounding Box Regression (AAAI 2020)☆47Updated 3 years ago
- Includes: Learning data augmentation strategies for object detection | GridMask data augmentation | Augmentation for small object detect…☆254Updated 5 years ago
- 布匹缺陷识别练习赛☆47Updated 4 years ago
- ☆80Updated 4 years ago
- ☆293Updated 4 years ago
- 本仓库主要包含了针对目标检测数据集的增强手段和源码:图像的旋转,镜像,裁剪,亮度/对比度的变换等☆134Updated 5 years ago
- pytorch实现Grad-CAM和Grad-CAM++,可以可视化任意分类网络的Class Activation Map (CAM)图,包括自定义的网络;同时也实现了目标检测faster r-cnn和retinanet两个网络的CAM图;欢迎试用、关注并反馈问题...☆41Updated 5 years ago
- Unofficial implementation of Copy-Paste method:Simple Copy-Paste is a Strong Data Augmentation Method for Instance Segmentation☆137Updated 4 years ago
- ☆157Updated 4 years ago
- 目标检测数据集制作:VOC,COCO,YOLO等常用数据集格式的制作和互相转换脚本☆469Updated 4 years ago
- yolov5目标检测模型的知识蒸馏(基于响应的蒸馏)☆108Updated 4 years ago
- annotations of yolov5-5.0☆229Updated 4 years ago
- 📄 A paper list of Few-shot Object Detection.☆140Updated 4 years ago
- An unofficial Implementation of ACNet based on PyTorch.☆21Updated 4 years ago
- This repo supports Faster R-CNN, FPN and Cascade Faster R-CNN based on pyTorch 1.0. Additionally deformable convolutional layer is also s…☆52Updated 5 years ago
- 规范化管理labelme数据集并生成coco数据集☆85Updated 5 years ago
- 这是一个efficientdet-pytorch的源码,可以用于训练自己的模型。