Morpheus3000 / PIE-Net

Official model and network release for my CVPR2022 paper.
38 stars 8 forks source link

How to process the NED dataset and get reflectance and shading images #2

Closed guozonghui closed 2 years ago

guozonghui commented 2 years ago

Many thanks for your open source project! I downloaded the NED dataset from the website (https://ivi.fnwi.uva.nl/cv/intrinseg), and found that there seems to be only a lot of mat files, how can I process this data to get reflectance and shading images? Thinks for your help.

Morpheus3000 commented 2 years ago

Hi,

You need to read in the mat files using either Matlab, or use a python library like scipy, which support reading mat files. Then you can extract the image files from there.