Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
def
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
50
def
eval_model(args):
Callers
1
eval_model
Function · 0.85
Calls
1
load_image
Function · 0.70
Tested by
no test coverage detected