glenn-jocher
commited on
Commit
•
8f7e11d
1
Parent(s):
b2d4307
Update README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,8 @@ This repository represents Ultralytics open-source research into future object d
|
|
9 |
- **June 22, 2020**: [PANet](https://arxiv.org/abs/1803.01534) updates: increased layers, reduced parameters, faster inference and improved mAP [364fcfd](https://github.com/ultralytics/yolov5/commit/364fcfd7dba53f46edd4f04c037a039c0a287972).
|
10 |
- **June 19, 2020**: [FP16](https://pytorch.org/docs/stable/nn.html#torch.nn.Module.half) as new default for smaller checkpoints and faster inference [d4c6674](https://github.com/ultralytics/yolov5/commit/d4c6674c98e19df4c40e33a777610a18d1961145).
|
11 |
- **June 9, 2020**: [CSP](https://github.com/WongKinYiu/CrossStagePartialNetworks) updates: improved speed, size, and accuracy. Credit to @WongKinYiu for excellent CSP work.
|
12 |
-
- **May 27, 2020**: Public release of repo. YOLOv5 models are SOTA among all known YOLO implementations
|
13 |
-
- **April 1, 2020**:
|
14 |
|
15 |
|
16 |
## Pretrained Checkpoints
|
|
|
9 |
- **June 22, 2020**: [PANet](https://arxiv.org/abs/1803.01534) updates: increased layers, reduced parameters, faster inference and improved mAP [364fcfd](https://github.com/ultralytics/yolov5/commit/364fcfd7dba53f46edd4f04c037a039c0a287972).
|
10 |
- **June 19, 2020**: [FP16](https://pytorch.org/docs/stable/nn.html#torch.nn.Module.half) as new default for smaller checkpoints and faster inference [d4c6674](https://github.com/ultralytics/yolov5/commit/d4c6674c98e19df4c40e33a777610a18d1961145).
|
11 |
- **June 9, 2020**: [CSP](https://github.com/WongKinYiu/CrossStagePartialNetworks) updates: improved speed, size, and accuracy. Credit to @WongKinYiu for excellent CSP work.
|
12 |
+
- **May 27, 2020**: Public release of repo. YOLOv5 models are SOTA among all known YOLO implementations.
|
13 |
+
- **April 1, 2020**: Start development of future [YOLOv3](https://github.com/ultralytics/yolov3)/[YOLOv4](https://github.com/AlexeyAB/darknet)-based PyTorch models in a range of compound-scaled sizes.
|
14 |
|
15 |
|
16 |
## Pretrained Checkpoints
|