tensorflow/models

View on GitHub
official/vision/ops/preprocess_ops_3d.py

Summary

Maintainability
C
1 day
Test Coverage

File preprocess_ops_3d.py has 349 lines of code (exceeds 250 allowed). Consider refactoring.
Open

# Copyright 2024 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Severity: Minor
Found in official/vision/ops/preprocess_ops_3d.py - About 4 hrs to fix

    Function crop_image has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
    Open

    def crop_image(
        frames: tf.Tensor,
        target_height: int,
        target_width: int,
        random: bool = False,
    Severity: Minor
    Found in official/vision/ops/preprocess_ops_3d.py - About 3 hrs to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

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

    def random_crop_resize(frames: tf.Tensor, output_h: int, output_w: int,
    Severity: Major
    Found in official/vision/ops/preprocess_ops_3d.py - About 50 mins to fix

      Function crop_image has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def crop_image(
      Severity: Minor
      Found in official/vision/ops/preprocess_ops_3d.py - About 45 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

          There are no issues that match your filters.

          Category
          Status