liangheming / yolo_seriesv1
YOLOv4/v5, clean code, good performance,easy to understand.
☆14Updated 4 years ago
Alternatives and similar repositories for yolo_seriesv1
Users that are interested in yolo_seriesv1 are comparing it to the libraries listed below
Sorting:
- pytorch implement of FreeAnchor(not strict),640 px(max side),39.5mAP on COCO,43.18fps(RTX 2080TI)☆14Updated 4 years ago
- pytorch implement of retinanet,37.4 mAp(coco) at 640px(max side) ,44.24fps(RTX2080TI)☆18Updated 4 years ago
- ATSS (retina) 39.6mAP on COCO,640px(max side),42.95fps(RTX 2080TI)<<Bridging the Gap Between Anchor-based and Anchor-free Detection via A…☆20Updated 4 years ago
- FCOS ,640px(max side),mAP 38.2,fps45.45(RTX 2080TI).faster! better! <<Fully Convolutional One-Stage Object Detection>>☆19Updated 4 years ago
- An unofficial pytorch implementation of <<AutoAssign: Differentiable Label Assignment for Dense Object Detection>>☆17Updated 4 years ago
- Some Top-Down 2D Pose Estimation☆17Updated 4 years ago
- GFocal 40.6mAP(COCO) 640px(max side) 44.05 fps(rtx 2080ti)☆12Updated 4 years ago
- pytorch mask rcnn 736px,box mAP 39.0, seg mAP 33.7 (COCO val) 23.64fps(RTX 2080Ti)☆10Updated 4 years ago
- pytorch implement of fasterRCNN,736px(max side),39.4mAP(COCO),30.21fps(RTX 2080TI)☆14Updated 4 years ago
- pytorch implement of CascadeRCNN,736px(max side),41.2mAP(COCO),21.94fps(RTX 2080TI)☆20Updated last year
- Sparse R-CNN 38.9 mAP, 640px(max side), 30.95fps(RTX 2080TI)☆30Updated 4 years ago
- ppyolo in pytorch. 44.8% box mAP.☆108Updated 3 years ago
- Distance-IoU Loss: Faster and Better Learning for Bounding Box Regression (AAAI 2020)☆43Updated 3 years ago
- Scaled-YOLOv4训练自己的数据集详细教程PDF,关于paper解读请联系小编获取PDF文档☆73Updated 4 years ago
- Summaries of the papers on Object detection☆46Updated 4 years ago
- A real-time version of FCOS, inspired by FCOSv2.☆49Updated 3 years ago
- Distance-IoU Loss: Faster and Better Learning for Bounding Box Regression (AAAI 2020)☆47Updated 3 years ago
- a Pytorch easy re-implement of "YOLOX: Exceeding YOLO Series in 2021"☆98Updated 3 years ago
- Distance-IoU Loss: Faster and Better Learning for Bounding Box Regression (AAAI 2020)☆88Updated 3 years ago
- a multi-scale implementation of CenterNet☆25Updated 4 years ago
- reproduce the YOLO series of papers in pytorch, including YOLOv4, PP-YOLO, YOLOv5,YOLOv3, etc.☆392Updated 4 years ago
- fcos implementation in pytorch1.x☆99Updated 4 years ago
- Pytorch implementation of "AutoAssign: Differentiable Label Assignment for Dense Object Detection"☆141Updated 4 years ago
- ☆31Updated 3 years ago
- Use FCOS model to Check whether people wear masks☆13Updated 4 years ago
- 这是一个efficientnet-yolo3-keras的源码,将yolov3的主干特征提取网络修改成了efficientnet☆55Updated 2 years ago
- A pure torch implement of FCOS 37.2AP☆168Updated 4 years ago
- APRCP HRNet: Adaptive Pruning Rate Channel Pruning for HRNet Applied to 2D Human Pose Estimation☆38Updated 4 years ago
- Localize to Classify and Classify to Localize: Mutual Guidance in Object Detection☆112Updated 2 years ago
- Pytorch复现YOLOv3,使用最新的DIOU loss训练