Skip to content
Snippets Groups Projects
Commit 91218ee7 authored by bbauvin's avatar bbauvin
Browse files

Deleted randomState in Classic

parent 4b090294
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ def getPositions(labelsUsed, fullLabels):
# return datasetFile, labelsDictionary
def getClassicDBhdf5(views, pathF, nameDB, NB_CLASS, LABELS_NAMES, randomState):
def getClassicDBhdf5(views, pathF, nameDB, NB_CLASS, LABELS_NAMES):
datasetFile = h5py.File(pathF + nameDB + ".hdf5", "r")
fullLabels = datasetFile.get("Labels")
labelsDictionary = dict((labelIndex, labelName) for labelIndex, labelName in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment