mirror of
https://github.com/WongKinYiu/yolov7.git
synced 2025-06-03 21:54:57 +08:00
18 lines
320 B
Markdown
18 lines
320 B
Markdown
# yolov7
|
|
|
|
Implementation of "YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors"
|
|
|
|
This implimentation is based on [yolov5](https://github.com/ultralytics/yolov5).
|
|
|
|
## Object detection
|
|
|
|
[code](./det)
|
|
|
|
## Instance segmentation
|
|
|
|
[code](./seg)
|
|
|
|
## Image classification
|
|
|
|
[code](./det)
|