MCPcopy Create free account
hub / github.com/CompVis/zigma / has_text

Function has_text

train_acc.py:65–71  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

63
64
65def has_text(args):
66 if "celebamm" in args.data.name:
67 return True
68 elif "coco" in args.data.name:
69 return True
70 else:
71 return False
72
73
74def is_video(args):

Callers 7

get_cap_generatorFunction · 0.90
mainFunction · 0.90
get_data_generatorFunction · 0.90
mainFunction · 0.85
get_data_generatorFunction · 0.85
get_real_img_generatorFunction · 0.85
get_cap_generatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected