Closed vessemer closed 6 years ago
Refactoring of evaluate_detection.py and uncommented tests in test_classification.py, as was mentioned in this comment. Remove redundant self.scale_factor which is neither dependend on DATA_SHAPE nor on self.input_shape by this and this. Remove redundant self.scale_factor which was neither dependend on DATA_SHAPE nor on self.input_shape by this and this.
evaluate_detection.py
test_classification.py
self.scale_factor
self.input_shape
All rebased after #307, tests have been passed.
Refactoring of
evaluate_detection.py
and uncommented tests intest_classification.py
, as was mentioned in this comment. Remove redundantself.scale_factor
which is neither dependend on DATA_SHAPE nor onself.input_shape
by this and this. Remove redundantself.scale_factor
which was neither dependend on DATA_SHAPE nor onself.input_shape
by this and this.CLA