class HorizontalTextDetection0001TestCase(
        create_object_detection_test_case(
            model_name='horizontal-text-detection-0001',
            **kwargs
        )
):
    """ Test case for horizontal-text-detection-0001 model. """
コード例 #2
0
class FaceDetection0207TestCase(
        create_object_detection_test_case(
            model_name='face-detection-0207',
            **kwargs,
        )
):
    """ Test case for face-detection-0207 model. """
コード例 #3
0
class PersonDetection0203TestCase(
        create_object_detection_test_case(
            model_name='person-detection-0203',
            **kwargs,
        )
):
    """ Test case for person-detection-0203 model. """
コード例 #4
0
class VehicleDetection0204TestCase(
        create_object_detection_test_case(model_name='vehicle-detection-0204',
                                          **kwargs)):
    """ Test case for vehicle-detection-0204 model. """
class PersonVehicleBikeDetection2004TestCase(
        create_object_detection_test_case(
            model_name='person-vehicle-bike-detection-2004', **kwargs)):
    """ Test case for person-vehicle-bike-detection-2004 model. """