コード例 #1
0
 def setUp(self):
     self.preprocessor = Preprocessor()
     self.groundtruth_data = groundtruth.load_groundtruth()
コード例 #2
0
 def setUp(self):
     self.groundtruth_data = groundtruth.load_groundtruth()
コード例 #3
0
 def setUp(self):
     self.digpe = DIGPE()
     self.groundtruth_data = groundtruth.load_groundtruth()
コード例 #4
0
 def setUp(self):
     self.preprocessor = Preprocessor()
     self.extractor = Extractor()
     self.normalizer = Normalizer()
     self.groundtruth_data = groundtruth.load_groundtruth()