2022-07-06 23:14:07 +08:00
|
|
|
# yolov7
|
2022-08-11 19:03:44 +08:00
|
|
|
|
2022-07-06 23:14:07 +08:00
|
|
|
Implementation of "YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors"
|
2022-08-11 19:03:44 +08:00
|
|
|
|
2022-09-01 20:10:42 +08:00
|
|
|
This implimentation is based on [yolov5](https://github.com/ultralytics/yolov5).
|
2022-08-11 19:03:44 +08:00
|
|
|
|
2022-09-01 20:10:42 +08:00
|
|
|
## Object detection
|
2022-08-11 19:03:44 +08:00
|
|
|
|
2022-09-01 20:10:42 +08:00
|
|
|
[code](./det)
|
2022-08-11 19:03:44 +08:00
|
|
|
|
2022-09-01 20:10:42 +08:00
|
|
|
## Instance segmentation
|
|
|
|
|
|
|
|
[code](./seg)
|
|
|
|
|
|
|
|
## Image classification
|
|
|
|
|
|
|
|
[code](./det)
|