src.tests.vl3dpp_dl_label_reduction_test
Classes
- class src.tests.vl3dpp_dl_label_reduction_test.VL3DPPDLLabelReductionTest
- Author:
Alberto M. Esmoris Pena
Deep learning label reduction test that checks the C++ implementation for label reduction for deep learning models.
- __init__()
Basic configuration for any VL3D test.
- Parameters:
name (str) – Test name
- run()
Run C++ deep learning label reduction test.
- Returns:
True if the C++ label reduction works as expected for the test cases, False otherwise.
- Return type:
bool
- testLabelReduction(dlprepp, inputs)
Checks that the C++ deep learning label reduction works as the python reference label reduction.
- Parameters:
dlprepp – The object representing the C++ receptive field pre-processor.
inputs (dict) – The inputs for the label reduction.