From 4a80ef73a6decd118de361727a679cdcbea953a7 Mon Sep 17 00:00:00 2001 From: rish-16 Date: Mon, 27 Jan 2020 22:51:40 +0800 Subject: [PATCH] Tested whole procedure --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 15223c8..df94533 100644 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ # preprocessing image to fit YOLO9000 specs ss = Sightseer() -image = ss.load_image("./test_data/img/farm.jpg") +image = ss.load_image("./test_data/img/street3.jpg") # obtaining bounding boxes and displaying image preds, pred_img = yolo.predict(image, return_img=True, verbose=True)