krshrimali / No-Reference-Image-Quality-Assessment-using-BRISQUE-Model

Implementation of the paper "No Reference Image Quality Assessment in the Spatial Domain" by A Mittal et al. in OpenCV (using both C++ and Python)
MIT License
192 stars 35 forks source link

Training own brisque model in python #2

Open spaul13 opened 4 years ago

spaul13 commented 4 years ago

can anyone please tell me how to train a brisque model in python? How to generate the allmodel file?

ndujar commented 4 years ago

@spaul13 Maybe this post can be of help: https://www.learnopencv.com/handwritten-digits-classification-an-opencv-c-python-tutorial/ Just check out the section Training and Testing an SVM using OpenCV