yolov7/README.md

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)