Open doubleplusplus opened 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.
Please try the following Matlab code:
result = load('your path of the .mat file'); imwrite(result,'saving path');
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.