Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Vegetebird/GraphMLP
/ showimage
Function
showimage
demo/vis.py:136–140 ·
view source on GitHub ↗
(ax, img)
Source
from the content-addressed store, hash-verified
134
135
136
def
showimage(ax, img):
137
ax.set_xticks([])
138
ax.set_yticks([])
139
plt.axis(
'off'
)
140
ax.imshow(img)
141
142
143
def
get_pose3D(video_path, output_dir, fix_z):
Callers
1
get_pose3D
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected