utils.py 83 bytes
import numpy as np


def convertFloatVector_to_float(f):
    return np.array(f)[0]