WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.22k stars 4.17k forks source link

Installing yolo v7 in Docker #1350

Open aruns2120 opened 1 year ago

aruns2120 commented 1 year ago

Hi there, Is there a way to install yolo v7 in Docker? I want yolov7 as a package in my lib/site-packages so that I can just import it in my code just like any other package

yulin010101 commented 1 year ago

If you downloaded the code of yolov7, you can import the functions you need through the relative position.