From 6c37b6e4834eb7422ed454c99b1853c65ec413ae Mon Sep 17 00:00:00 2001
From: Selim Lakhdar <selim.lakhdar@gmail.com>
Date: Thu, 24 Feb 2022 20:13:20 +0100
Subject: [PATCH] done

---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e5e4b953..024b794b 100644
--- a/Makefile
+++ b/Makefile
@@ -11,4 +11,7 @@ detect_colab_weights:
 	python3 tools/yolov5/detect.py --weights data/colab_weights/best.pt --source data/videos/VID_20220208_150059.mp4
 
 detect_colab_weights2:
-	python3 tools/yolov5/detect.py --weights data/colab_weights/best.pt --source data/videos/2022-02-15-154638.mp4
\ No newline at end of file
+	python3 tools/yolov5/detect.py --weights data/colab_weights/best.pt --source data/videos/2022-02-15-154638.mp4
+
+live1:
+	python3 tools/yolov5/detect.py --weights data/colab_weights/best.pt --source 0
-- 
GitLab