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)