Diff of /ViTPose/imshow.py [000000] .. [c1b1c5]

Switch to side-by-side view

--- a
+++ b/ViTPose/imshow.py
@@ -0,0 +1,7 @@
+import matplotlib.pyplot as plt
+
+img_1 = plt.imread('vis_results/vis_man2.jpg')
+
+plt.imshow(img_1)
+
+plt.show()
\ No newline at end of file