Skip to content
Snippets Groups Projects

Deeppixbis extractor

Merged Guillaume HEUSCH requested to merge deeppixbis-extractor into master
1 unresolved thread
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -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))
Loading