diff --git a/Makefile b/Makefile index a7aee7e5a36fe7fd48cd1253bc100ed692084d82..fda5b86db75bda9d8aa901b34376acc803de4248 100644 --- a/Makefile +++ b/Makefile @@ -22,4 +22,8 @@ live_cam2: annotation: cd tools/Yolo-Annotation-Tool-New- && python3 main.py +demo1: + python3 tools/yolov5/detect.py --weights data/base_weights/best.pt --source data/videos/VID_20220208_160639.mp4 +demo2: + python3 tools/yolov5/detect.py --weights data/colab_weights/v2/best.pt --source data/videos/VID_20220208_160639.mp4 diff --git a/data/demo_result/v1.mp4 b/data/demo_result/v1.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a6c2fd72e5f492f97ff0f5f581a5f1458537aec Binary files /dev/null and b/data/demo_result/v1.mp4 differ diff --git a/data/demo_result/v2.mp4 b/data/demo_result/v2.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84d204d873df0f25ea117e65210094d182e2702d Binary files /dev/null and b/data/demo_result/v2.mp4 differ