Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/InternRobotics/EmbodiedScan
/ show
Method
show
embodiedscan/visualization/img_drawer.py:144–147 ·
view source on GitHub ↗
Show the image on the screen.
(self)
Source
from the content-addressed store, hash-verified
142
text_color_bg=color)
143
144
def
show(self):
145
""
"Show the image on the screen."
""
146
plt.imshow(self.img / 255.0)
147
plt.show()
148
149
@staticmethod
150
def
_inside_box(box, point):
Callers
1
show_image
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected