update det readme
pull/841/head
Kin-Yiu, Wong 2022-09-01 20:28:03 +08:00 committed by GitHub
parent 82b571c2c0
commit 0479c7c48a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
det/README.md 100644
View File

@ -0,0 +1,7 @@
# 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).
All of installation, data preparation, and usage are as same as yolov5.