Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
def
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
74
def
is_video(args):
Callers
7
get_cap_generator
Function · 0.90
main
Function · 0.90
get_data_generator
Function · 0.90
main
Function · 0.85
get_data_generator
Function · 0.85
get_real_img_generator
Function · 0.85
get_cap_generator
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected