h4nwei / SPAQ

[CVPR2020] Official SPAQ & Implementation
166 stars 35 forks source link

Solution to data corruption caused by unzip commands. Program throw "OSErr" when convert images into RGB. #32

Closed Giselle0707 closed 9 months ago

Giselle0707 commented 9 months ago

Since SPAQ.zip is a large file and cannot be directly unzipped in linux device with “unzip”, the author compressed SPAQ into splits. But there is still the possibility of data corruption. I have recorded the problems and solutions encountered after decompressing large files. Hopefully it could contribute to the SPAQ or IQA community.