Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
a0405u committed Dec 28, 2020
1 parent 38fd316 commit 66602f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab3/lab3.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def process(image, model, trt):
sub.set_title(index)
plt.axis('off')
plt.imshow(image)
plt.savefig('./output/'+str(index)+'.jpg')
plt.savefig('out/' + str(index) + '.png')
plt.show()


Expand Down

0 comments on commit 66602f0

Please sign in to comment.