Exemplo n.º 1
0
def create_datum(clip,label):
    """ Creates a Datum structure from a 4D clip and label. """
    datum = Datum4D.array_to_datum(clip,label)
    return datum
Exemplo n.º 2
0
def create_datum(clip, label):
    """ Creates a Datum structure from a 4D clip and label. """
    datum = Datum4D.array_to_datum(clip, label)
    return datum