From 26a3e8898fdeb62141cccb3b794667a0f1ff751a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Berk=20Ba=C5=9Fo=C4=9Flu?= Date: Thu, 3 Dec 2020 21:00:25 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a1a8e703..c64d31ebb 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,8 @@ In order: anaconda command prompt. - conda update --all - For the vehicleantitheftrecognition-firebase-adminsdk-krrgw-05da515de5.json, in DBHelper.py -add the file path to the 'service account' if it doesn't work. \ No newline at end of file +add the file path to the 'service account' if it doesn't work. + +# Notes + +-Code might break if you have your webcam is opened during execution. You have to close the webcam first. From 03fc3077160f185df693559a5d7e24bfe42daacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Berk=20Ba=C5=9Fo=C4=9Flu?= Date: Thu, 3 Dec 2020 21:00:39 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c64d31ebb..c2119b56d 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ add the file path to the 'service account' if it doesn't work. # Notes --Code might break if you have your webcam is opened during execution. You have to close the webcam first. +- Code might break if you have your webcam is opened during execution. You have to close the webcam first.