Skip to content
Snippets Groups Projects
Commit 705fc0c8 authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[extractor] modified type of returned score for DeepPixBiS, now a numpy array...

[extractor] modified type of returned score for DeepPixBiS, now a numpy array to be consistent with MCDeepPixBiS
parent 38a149fa
Branches
Tags
1 merge request!40Deeppixbis extractor
Pipeline #35592 passed
......@@ -107,5 +107,4 @@ class DeepPixBiSExtractor(Extractor):
raise ValueError('Scoring method {} is not implemented.'.format(self.scoring_method))
# output is a scalar score
return score
return np.reshape(score,(1,-1))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment