MCPcopy 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
110def isimage(path):
111 if 'png' in path.lower() or 'jpg' in path.lower() or 'jpeg' in path.lower():
112 return True
113
114
115class MaskBase(Dataset):

Callers 2

__init__Method · 0.85
log_imagesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected