yjh0410 / pytorch-imagenetLinks
☆24Updated 3 years ago
Alternatives and similar repositories for pytorch-imagenet
Users that are interested in pytorch-imagenet are comparing it to the libraries listed below
Sorting:
- The brief implementation and using examples of object detection usages like, IoU, NMS, soft-NMS, SmoothL1、IoU loss、GIoU loss、 DIoU loss、C…☆198Updated 4 years ago
- Simple implementation of augmentation for small object detection☆219Updated 5 years ago
- A pure torch implement of FCOS 37.2AP☆170Updated 4 years ago
- 2020年全国水下机器人(湛江)大赛☆186Updated 5 years ago
- detailed annotation about the FCOS code☆29Updated 4 years ago
- mmdetection-based efficientdet☆66Updated 4 years ago
- Implement of paper 《Attention-guided Context Feature Pyramid Network for Object Detection》☆203Updated 5 years ago
- Pytorch复现YOLOv3,使用最新的DIOU loss训练☆70Updated 4 years ago
- Kesci underwater object detection algorithm contest☆210Updated 3 years ago
- ☆231Updated last year
- detector for rotated-object based on CenterNet/基于CenterNet的旋转目标检测☆400Updated 4 years ago
- Tips on how to find suitable object detection anchors☆147Updated 5 years ago
- reproduce the YOLO series of papers in pytorch, including YOLOv4, PP-YOLO, YOLOv5,YOLOv3, etc.☆390Updated 4 years ago
- Summaries of the papers on Object detection☆46Updated 4 years ago
- 基于pytorch版ssd进行改进注入CBAM空间通道注意力机制,加入FPN,类别损失函数改为focalloss☆41Updated 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…