MCPcopy
hub / github.com/XPixelGroup/DiffBIR / load_images

Function load_images

llava/eval/run_llava.py:42–47  ·  view source on GitHub ↗
(image_files)

Source from the content-addressed store, hash-verified

40
41
42def load_images(image_files):
43 out = []
44 for image_file in image_files:
45 image = load_image(image_file)
46 out.append(image)
47 return out
48
49
50def eval_model(args):

Callers 1

eval_modelFunction · 0.85

Calls 1

load_imageFunction · 0.70

Tested by

no test coverage detected