Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternRobotics/G2VLM
/ process_conversation
Function
process_conversation
g2vlm_utils.py:119–121 ·
view source on GitHub ↗
(images, conversation)
Source
from the content-addressed store, hash-verified
117
118
119
def
process_conversation(images, conversation):
120
images = [pil_img2rgb(image)
for
image in images]
121
return
images, conversation
122
123
124
Callers
1
inference_chat.py
File · 0.90
Calls
1
pil_img2rgb
Function · 0.90
Tested by
no test coverage detected