Skip to content

Commit

Permalink
Tested whole procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
rish-16 committed Jan 27, 2020
1 parent 44842c8 commit 4a80ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4a80ef7

Please sign in to comment.