Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
a0405u committed Dec 29, 2020
1 parent ff9ea09 commit 7db7ee6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lab3/lab3.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ def process(image, model, trt):

index = predict(image, model, trt)

print(index)

sub.set_title(classes[index])
plt.axis('off')
plt.imshow(image)
Expand Down

0 comments on commit 7db7ee6

Please sign in to comment.