Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monalissaa/DisenDiff
/ isimage
Function
isimage
src/finetune_data.py:110–112 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
108
109
110
def
isimage(path):
111
if
'png'
in path.lower() or
'jpg'
in path.lower() or
'jpeg'
in path.lower():
112
return
True
113
114
115
class
MaskBase(Dataset):
Callers
2
__init__
Method · 0.85
log_images
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected