Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 11, 2024
1 parent 37032b6 commit 88983c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kornia/models/detector/utils.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
from typing import Optional

from kornia.core import Module


class BoxFiltering(Module):
def __init__(self) -> None:
super().__init__()

def forward(self, boxes: Tensor, confidence_threshold: Tensor) -> Tensor:
"""Filter boxes according to the desired threshold.
Expand Down

0 comments on commit 88983c7

Please sign in to comment.