entry_points.txt 152 Bytes Raw Blame History Permalink 1 2 3 4 5 6 [console_scripts] yolo_detect = yolov5.detect:main yolo_export = yolov5.models.export:main yolo_test = yolov5.test:main yolo_train = yolov5.train:main