# Stronger-yolo
**Repository Path**: xielinjiangs/Stronger-yolo
## Basic Information
- **Project Name**: Stronger-yolo
- **Description**: Improve yolo with latest paper
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2019-09-27
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
train dataset: VOC 2012 + VOC 2007
test size: 544
test code: [Faster rcnn](https://github.com/rbgirshick/py-faster-rcnn/blob/master/lib/datasets/voc_eval.py) (not use 07 metric)
test GPU: 12G 2080Ti
test CPU: E5-2678 v3 @ 2.50GHz
Version | Network | Backbone | Initial weight | VOC2007 Test(mAP) | Inference(GPU) | Inference(CPU) | Params |
V1 | YOLOV3 | Darknet53 | YOLOV3-608.weights | 88.8 | 30.0ms | 255.8ms | 248M |
V2 | YOLOV3 | Darknet53 | Darknet53_448.weights | 83.3 | 30.0ms | 255.8ms | 248M |
V3 | YOLOV3-Lite | MobilenetV2 | MobilenetV2_1.0_224.ckpt | 79.4 | 18.9ms | 80.9ms | 27.3M |