class FaceDetection0207TestCase(
        create_object_detection_export_test_case(
            model_name='face-detection-0207',
            alt_ssd_export=False,
            **kwargs)
):
    """ Test case for face-detection-0207 model export. """
示例#2
0
class PersonDetection0203TestCase(
        create_object_detection_export_test_case(
            model_name='person-detection-0203',
            alt_ssd_export=False,
            **kwargs)
):
    """ Test case for person-detection-0203 model export. """
示例#3
0
class HorizontalTextDetection0001TestCase(
        create_object_detection_export_test_case(
            model_name='horizontal-text-detection-0001',
            **kwargs)
):
    """ Test case for horizontal-text-detection-0001 model export. """
class PersonVehicleBikeDetection2004TestCase(
        create_object_detection_export_test_case(
            model_name='person-vehicle-bike-detection-2004',
            alt_ssd_export=False,
            **kwargs)):
    """ Test case for person-vehicle-bike-detection-2004 model export. """
示例#5
0
class VehicleDetection0203TestCase(
        create_object_detection_export_test_case(
            model_name='vehicle-detection-0203',
            alt_ssd_export=False,
            **kwargs)):
    """ Test case for vehicle-detection-0203 model export. """
class PersonVehicleBikeDetection2002TestCase(
        create_object_detection_export_test_case(
            model_name='person-vehicle-bike-detection-2002', **kwargs)):
    """ Test case for person-vehicle-bike-detection-2002 model export. """