tensorflow/models

View on GitHub

Showing 11,634 of 11,634 total issues

Function create_classification_example has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def create_classification_example(
Severity: Minor
Found in official/vision/dataloaders/tfexample_utils.py - About 35 mins to fix

    Function random_horizontal_flip has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def random_horizontal_flip(
    Severity: Minor
    Found in official/vision/ops/preprocess_ops.py - About 35 mins to fix

      Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

        def __init__(
      Severity: Minor
      Found in official/vision/utils/summary_manager.py - About 35 mins to fix

        Function test_pad_groundtruths_to_fixed_size has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

          def test_pad_groundtruths_to_fixed_size(self, boxes, area, classes, size,
        Severity: Minor
        Found in official/vision/dataloaders/utils_test.py - About 35 mins to fix

          Function draw_bounding_boxes_on_image_array has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

          def draw_bounding_boxes_on_image_array(image,
          Severity: Minor
          Found in official/vision/utils/object_detection/visualization_utils.py - About 35 mins to fix

            Function random_vertical_flip has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

            def random_vertical_flip(
            Severity: Minor
            Found in official/vision/ops/preprocess_ops.py - About 35 mins to fix

              Function draw_bounding_boxes_on_image has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

              def draw_bounding_boxes_on_image(image,
              Severity: Minor
              Found in official/vision/utils/object_detection/visualization_utils.py - About 35 mins to fix

                Function draw_keypoints_on_image_array has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                def draw_keypoints_on_image_array(image,
                Severity: Minor
                Found in official/vision/utils/object_detection/visualization_utils.py - About 35 mins to fix

                  Function color_jitter has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  def color_jitter(
                  Severity: Minor
                  Found in official/vision/ops/preprocess_ops.py - About 35 mins to fix

                    Function sample_sequence has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                    def sample_sequence(sequence: tf.Tensor,
                    Severity: Minor
                    Found in official/vision/ops/preprocess_ops_3d.py - About 35 mins to fix

                      Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                        def __init__(self, file_pattern, file_type, num_examples, include_mask,
                      Severity: Minor
                      Found in official/vision/evaluation/coco_utils.py - About 35 mins to fix

                        Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                          def __init__(self,
                        Severity: Minor
                        Found in official/vision/utils/object_detection/target_assigner.py - About 35 mins to fix

                          Function resize_and_crop_masks has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                          def resize_and_crop_masks(
                          Severity: Minor
                          Found in official/vision/ops/preprocess_ops.py - About 35 mins to fix

                            Function postprocess_image has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                            def postprocess_image(image: tf.Tensor,
                            Severity: Minor
                            Found in official/vision/dataloaders/video_input.py - About 35 mins to fix

                              Function assign has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                def assign(self,
                              Severity: Minor
                              Found in official/vision/utils/object_detection/target_assigner.py - About 35 mins to fix

                                Function create_segmentation_test_example has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                def create_segmentation_test_example(
                                Severity: Minor
                                Found in official/vision/dataloaders/tfexample_utils.py - About 35 mins to fix

                                  Function random_horizontal_flip_with_roi has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                  def random_horizontal_flip_with_roi(
                                  Severity: Minor
                                  Found in official/vision/ops/preprocess_ops.py - About 35 mins to fix

                                    Function create_distillation_example has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                    def create_distillation_example(
                                    Severity: Minor
                                    Found in official/vision/dataloaders/tfexample_utils.py - About 35 mins to fix

                                      Function to_normalized_coordinates has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                      def to_normalized_coordinates(boxlist,
                                      Severity: Minor
                                      Found in official/vision/utils/object_detection/box_list_ops.py - About 35 mins to fix

                                        Function draw_keypoints_on_image has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                        def draw_keypoints_on_image(image,
                                        Severity: Minor
                                        Found in official/vision/utils/object_detection/visualization_utils.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language