yolov7/README.md
Kin-Yiu, Wong 64f054d8b3
u7 code
update readme
2022-09-01 20:10:42 +08:00

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)