MCPcopy Create free account
hub / github.com/AdaptiveMotorControlLab/FMPose3D / showimage

Function showimage

demo/vis_in_the_wild.py:145–149  ·  view source on GitHub ↗
(ax, img)

Source from the content-addressed store, hash-verified

143 videoWrite.release()
144
145def showimage(ax, img):
146 ax.set_xticks([])
147 ax.set_yticks([])
148 plt.axis('off')
149 ax.imshow(img)
150
151def img2gif(video_path, name, output_dir, duration=0.25):
152

Callers 1

get_pose3DFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected