MengyangPu / RINDNet

RINDNet: Edge Detection for Discontinuity in Reflectance, Illumination, Normal and Depth, in ICCV 2021 (oral)
115 stars 18 forks source link

How to convert .mat file into png? #10

Open doubleplusplus opened 2 years ago

doubleplusplus commented 2 years ago

I tried to use evaluate_edge.py to produce an edge for some random image, what I got is the .mat file.

How to visualize the output? Thanks.

MengyangPu commented 12 months ago

Please try the following Matlab code:

result = load('your path of the .mat file'); imwrite(result,'saving path');