| ======================================================================== | |
| Perceptual Quality Assessment of Smartphone Photography | |
| PyTorch Version 1.0 by Hanwei Zhu | |
| Copyright(c) 2020 Yuming Fang, Hanwei Zhu, Yan Zeng, Kede Ma, and Zhou Wang | |
| All Rights Reserved. | |
| ---------------------------------------------------------------------- | |
| Permission to use, copy, or modify this software and its documentation | |
| for educational and research purposes only and without fee is hereby | |
| granted, provided that this copyright notice and the original authors' | |
| names appear on all copies and supporting documentation. This program | |
| shall not be used, rewritten, or adapted as the basis of a commercial | |
| software or hardware product without first obtaining permission of the | |
| authors. The authors make no representations about the suitability of | |
| this software for any purpose. It is provided "as is" without express | |
| or implied warranty. | |
| ---------------------------------------------------------------------- | |
| Please refer to the following paper: | |
| # | |
| Y. Fang et al., "Perceptual Quality Assessment of Smartphone Photography" | |
| in IEEE Conference on Computer Vision and Pattern Recognition, 2020 | |
| Kindly report any suggestions or corrections to hanwei.zhu@outlook.com | |
| ---------------------------------------------------------------------- | |
| Note: | |
| We recommend to directly unzip the compressed files in the Windows OS. | |
| When unzip the database in Linux OS, the following commands may help. | |
| zip -FF SPAQ.zip --out SPAQ_fixed.zip | |
| unzip SPAQ_fixed.zip |