tensorflow/models

View on GitHub

Showing 11,634 of 11,634 total issues

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

def random_pixel_value_scale(image,
Severity: Minor
Found in research/object_detection/core/preprocessor.py - About 35 mins to fix

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

    def random_adjust_contrast(image,
    Severity: Minor
    Found in research/object_detection/core/preprocessor.py - About 35 mins to fix

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

        def assign_size_and_offset_targets(self,
      Severity: Minor
      Found in research/object_detection/core/target_assigner.py - About 35 mins to fix

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

        def dict_to_tf_example(data,
        Severity: Minor
        Found in research/object_detection/dataset_tools/create_pascal_tf_record.py - About 35 mins to fix

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

          def prune_outside_window(dp_num_points, dp_part_ids, dp_surface_coords, window,
          Severity: Minor
          Found in research/object_detection/core/densepose_ops.py - About 35 mins to fix

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

              def __init__(self, learning_rate, clip_norm, num_samples,
            Severity: Minor
            Found in research/pcl_rl/full_episode_objective.py - About 35 mins to fix

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

                def log_prob_action(self, action, logits,
              Severity: Minor
              Found in research/pcl_rl/policy.py - About 35 mins to fix

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

                  def extract_features(self, preprocessed_inputs, state_saver=None,

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

                    def create_lstm_cell(self, batch_size, output_size, state_saver, state_name,

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

                      def extract_features(self,

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

                        def __init__(self, is_training, num_classes, freeze_batchnorm,
                      Severity: Minor
                      Found in research/object_detection/core/box_predictor.py - About 35 mins to fix

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

                        def partitioned_non_max_suppression_padded(boxes,
                        Severity: Minor
                        Found in research/object_detection/core/post_processing.py - About 35 mins to fix

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

                            def create_lstm_cell(self, batch_size, output_size, state_saver, state_name,

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

                              def sample_action(self, logits, sampling_dim,
                            Severity: Minor
                            Found in research/pcl_rl/policy.py - About 35 mins to fix

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

                                def extract_features(self, preprocessed_inputs, state_saver=None,

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

                                  def __init__(self, env_spec, internal_dim,
                                Severity: Minor
                                Found in research/pcl_rl/policy.py - About 35 mins to fix

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

                                    def extract_features(self, preprocessed_inputs, state_saver=None,

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

                                    def gather(boxlist, indices, fields=None, scope=None, use_static_shapes=False):
                                    Severity: Minor
                                    Found in research/object_detection/core/box_list_ops.py - About 35 mins to fix

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

                                      def to_absolute_coordinates(keypoints, height, width,
                                      Severity: Minor
                                      Found in research/object_detection/core/keypoint_ops.py - About 35 mins to fix

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

                                          def __init__(self, tensor_dict, batch_size, batch_queue_capacity,
                                        Severity: Minor
                                        Found in research/object_detection/core/batcher.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language