tensorflow/models

View on GitHub

Showing 11,634 of 11,634 total issues

Function tile_anchors has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

def tile_anchors(grid_height,
Severity: Major
Found in research/object_detection/anchor_generators/grid_anchor_generator.py - About 50 mins to fix

    Function ExportSingleImageGroundtruthToLVIS has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def ExportSingleImageGroundtruthToLVIS(image_id,
    Severity: Major
    Found in research/object_detection/metrics/lvis_tools.py - About 50 mins to fix

      Function update_op has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def update_op(image_id_batched, groundtruth_classes_batched,
      Severity: Major
      Found in research/object_detection/metrics/coco_evaluation.py - About 50 mins to fix

        Function ExportSingleImageDetectionBoxesToCoco has 7 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        def ExportSingleImageDetectionBoxesToCoco(image_id,
        Severity: Major
        Found in research/object_detection/metrics/coco_tools.py - About 50 mins to fix

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

            def __init__(self,
          Severity: Major
          Found in research/object_detection/predictors/rfcn_box_predictor.py - About 50 mins to fix

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

              def __init__(self,
            Severity: Major
            Found in research/object_detection/predictors/mask_rcnn_keras_box_predictor.py - About 50 mins to fix

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

                def __init__(self,
              Severity: Major
              Found in research/object_detection/predictors/heads/box_head.py - About 50 mins to fix

                Function _match_predictions_to_groundtruths has 7 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                  def _match_predictions_to_groundtruths(self,
                Severity: Major
                Found in research/object_detection/metrics/coco_evaluation.py - About 50 mins to fix

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

                    def __init__(self,
                  Severity: Major
                  Found in research/object_detection/predictors/heads/mask_head.py - About 50 mins to fix

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

                      def __init__(self,
                    Severity: Major
                    Found in research/object_detection/predictors/heads/keras_class_head.py - About 50 mins to fix

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

                      def dict_to_tf_example(data,
                      Severity: Major
                      Found in research/object_detection/dataset_tools/create_pet_tf_record.py - About 50 mins to fix

                        Function random_downscale_to_target_pixels has 7 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                        def random_downscale_to_target_pixels(image,
                        Severity: Major
                        Found in research/object_detection/core/preprocessor.py - About 50 mins to fix

                          Function pad_input_data_to_static_shapes has 7 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                          def pad_input_data_to_static_shapes(tensor_dict,
                          Severity: Major
                          Found in research/object_detection/inputs.py - About 50 mins to fix

                            Function assign_joint_regression_targets has 7 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                              def assign_joint_regression_targets(self,
                            Severity: Major
                            Found in research/object_detection/core/target_assigner.py - About 50 mins to fix

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

                                def __init__(self,
                              Severity: Major
                              Found in research/object_detection/core/losses.py - About 50 mins to fix

                                Function assign_keypoint_heatmap_targets has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                  def assign_keypoint_heatmap_targets(self,
                                Severity: Major
                                Found in research/object_detection/core/target_assigner.py - About 50 mins to fix

                                  Function export_tflite_model has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                  def export_tflite_model(pipeline_config, trained_checkpoint_dir,
                                  Severity: Major
                                  Found in research/object_detection/export_tflite_graph_lib_tf2.py - About 50 mins to fix

                                    Function fit_values has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                      def fit_values(self, sess,
                                    Severity: Major
                                    Found in research/pcl_rl/model.py - About 50 mins to fix

                                      Function _train has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                        def _train(self, sess,
                                      Severity: Major
                                      Found in research/pcl_rl/controller.py - About 50 mins to fix

                                        Function check_extract_features_returns_correct_shape has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                          def check_extract_features_returns_correct_shape(
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language