MCPcopy Create free account
hub / github.com/buaacxf/VIPTR / flag

Function flag

dataload/dataAug.py:63–67  ·  view source on GitHub ↗

flag

()

Source from the content-addressed store, hash-verified

61
62
63def flag():
64 """
65 flag
66 """
67 return 1 if random.random() > 0.5000001 else -1
68
69
70def cvtColor(img):

Callers 2

cvtColorFunction · 0.85
makeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected