MCPcopy 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
119def process_conversation(images, conversation):
120 images = [pil_img2rgb(image) for image in images]
121 return images, conversation
122
123
124

Callers 1

inference_chat.pyFile · 0.90

Calls 1

pil_img2rgbFunction · 0.90

Tested by

no test coverage detected