tensorflow/models

View on GitHub

Showing 11,634 of 11,634 total issues

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

  def _create_feature_extractor(self,

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

      def test_efficientdet_feature_extractor_shapes(self,

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

        def test_efficientdet_feature_extractor_params(self,

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

          def _create_feature_extractor(self, depth_multiplier, pad_to_multiple,

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

            def _sep_conv(self, net, num_filters, kernel_size, stride, scope):
          Severity: Minor
          Found in research/object_detection/models/ssd_spaghettinet_feature_extractor.py - About 35 mins to fix

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

            def first_rows_close_as_set(a, b, k=None, rtol=1e-6, atol=1e-6):
            Severity: Minor
            Found in research/object_detection/utils/test_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 research/object_detection/models/faster_rcnn_pnas_feature_extractor.py - About 35 mins to fix

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

                def get_valid_keypoint_mask_for_class(keypoint_coordinates,
                Severity: Minor
                Found in research/object_detection/utils/target_assigner_utils.py - About 35 mins to fix

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

                    def _create_feature_extractor(self,

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

                    def get_surrounding_grids(height, width, y_coordinates, x_coordinates, radius):
                    Severity: Minor
                    Found in research/object_detection/utils/target_assigner_utils.py - About 35 mins to fix

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

                        def _create_feature_extractor(self, depth_multiplier, pad_to_multiple,

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

                          def _create_feature_extractor(self,

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

                            def _create_feature_extractor(self, depth_multiplier, pad_to_multiple,

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

                              def _create_feature_extractor(self, depth_multiplier, pad_to_multiple,

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

                                def _create_feature_extractor(self,

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

                                  def _create_feature_extractor(self,

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

                                    def _create_feature_extractor(self, depth_multiplier, pad_to_multiple,

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

                                    def random_shift_bbox(image, bbox, pixel_scaling, replace,
                                    Severity: Minor
                                    Found in research/object_detection/utils/autoaugment_utils.py - About 35 mins to fix

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

                                      def draw_densepose_visualizations(eval_dict,
                                      Severity: Minor
                                      Found in research/object_detection/utils/visualization_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 research/object_detection/utils/object_detection_evaluation.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language