tensorflow/models

View on GitHub

Showing 11,634 of 11,634 total issues

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

  def _transform_boxes_to_feature_coordinates(self, provided_boxes,
Severity: Minor
Found in research/object_detection/meta_architectures/deepmac_meta_arch.py - About 35 mins to fix

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

      def __init__(self, tensor, out_stride=1, channel_means=(0., 0., 0.),

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

      def create_model_fn(detection_model_fn,
      Severity: Minor
      Found in research/object_detection/model_lib.py - About 35 mins to fix

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

          def __init__(self, network_type, num_init_channels=64,
        Severity: Minor
        Found in research/object_detection/meta_architectures/deepmac_meta_arch.py - About 35 mins to fix

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

            def predict_masks_from_boxes(self, prediction_dict, true_image_shapes,
          Severity: Minor
          Found in research/object_detection/meta_architectures/deepmac_meta_arch.py - About 35 mins to fix

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

            def project_features(features, bottleneck_dimension, is_training,
            Severity: Minor
            Found in research/object_detection/meta_architectures/context_rcnn_lib_tf2.py - About 35 mins to fix

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

              def _evaluate_checkpoint(estimator,
              Severity: Minor
              Found in research/object_detection/model_lib.py - About 35 mins to fix

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

                  def _compute_mask_prediction_loss(
                Severity: Minor
                Found in research/object_detection/meta_architectures/deepmac_meta_arch.py - About 35 mins to fix

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

                    def __init__(self,

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

                      def _extract_box_classifier_features(
                    Severity: Minor
                    Found in research/object_detection/meta_architectures/context_rcnn_meta_arch.py - About 35 mins to fix

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

                        def _proposal_postprocess(self, rpn_box_encodings,
                      Severity: Minor
                      Found in research/object_detection/meta_architectures/faster_rcnn_meta_arch.py - About 35 mins to fix

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

                          def _assign_targets(self,
                        Severity: Minor
                        Found in research/object_detection/meta_architectures/ssd_meta_arch.py - About 35 mins to fix

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

                            def _self_supervision_loss(
                          Severity: Minor
                          Found in research/object_detection/meta_architectures/deepmac_meta_arch.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/meta_architectures/faster_rcnn_meta_arch.py - About 35 mins to fix

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

                                def _postprocess_rpn(self,
                              Severity: Minor
                              Found in research/object_detection/meta_architectures/faster_rcnn_meta_arch.py - About 35 mins to fix

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

                                def subsample_instances(classes, weights, boxes, masks, num_subsamples):
                                Severity: Minor
                                Found in research/object_detection/meta_architectures/deepmac_meta_arch.py - About 35 mins to fix

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

                                    def _sample_box_classifier_minibatch_single_image(
                                  Severity: Minor
                                  Found in research/object_detection/meta_architectures/faster_rcnn_meta_arch.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/meta_architectures/deepmac_meta_arch_test.py - About 35 mins to fix

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

                                        def test_mask_network(self, mask_net, mask_net_channels,
                                      Severity: Minor
                                      Found in research/object_detection/meta_architectures/deepmac_meta_arch_test.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/data_decoders/tf_sequence_example_decoder.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language