Ejemplo n.º 1
0
 def setUp(self):
     self.preprocessor = Preprocessor()
     self.groundtruth_data = groundtruth.load_groundtruth()
Ejemplo n.º 2
0
 def setUp(self):
     self.groundtruth_data = groundtruth.load_groundtruth()
Ejemplo n.º 3
0
 def setUp(self):
     self.digpe = DIGPE()
     self.groundtruth_data = groundtruth.load_groundtruth()
Ejemplo n.º 4
0
 def setUp(self):
     self.preprocessor = Preprocessor()
     self.extractor = Extractor()
     self.normalizer = Normalizer()
     self.groundtruth_data = groundtruth.load_groundtruth()