[c1b1c5]: / ViTPose / imshow.py

Download this file

7 lines (4 with data), 110 Bytes

1
2
3
4
5
6
7
import matplotlib.pyplot as plt
img_1 = plt.imread('vis_results/vis_man2.jpg')
plt.imshow(img_1)
plt.show()