You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully installed libsvm and pybrisque ,but I cannot initialize the BRISQUE.
$ python
Python 3.5.5 |Anaconda, Inc.| (default, May 13 2018, 21:12:35)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pybirsque
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'pybirsque'
>>> import pybrisque
>>> brisq = BRISQUE()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'BRISQUE' is not defined
>>> brisq = pybrisque.BRISQUE()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'pybrisque' has no attribute 'BRISQUE'
>>>
Are there anything wrong with using the implement?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
I successfully installed libsvm and pybrisque ,but I cannot initialize the BRISQUE.
Are there anything wrong with using the implement?
Thank you for your help!
The text was updated successfully, but these errors were encountered: