Skip to content

Commit

Permalink
Moved brisque import from __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando79513 committed Oct 18, 2023
1 parent 9b41d7f commit 493967f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions checkbox-support/checkbox_support/vendor/brisque/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
from .brisque import BRISQUE

__version__ = "0.0.16"
2 changes: 1 addition & 1 deletion providers/base/bin/camera_quality_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import cv2
from numpy import isnan

from checkbox_support.vendor.brisque import BRISQUE
from checkbox_support.vendor.brisque.brisque import BRISQUE
from tempfile import NamedTemporaryFile

THRESHOLD = 60
Expand Down

0 comments on commit 493967f

Please sign in to comment.