yun-liu / RCF

Richer Convolutional Features for Edge Detection
Other
751 stars 259 forks source link

How to create a web-accessible directory to contain the benchmark results? #44

Open jiangyufeng77 opened 6 years ago

jiangyufeng77 commented 6 years ago

I download the code named segbench folder from "The Berkeley Segmentation Dataset and Benchmark". In their README, there is a step wrote "Create a web-accessible directory to contain the benchmark results. Call it 'BENCH'." I don't know how to do it. Can you tell me, please?

yun-liu commented 6 years ago

You can put your edge maps in a folder, e.g. pbDir, in which all maps are named as *.png. For standard BSDS500 dataset, you can use boundaryBench(imgDir, gtDir, pbDir, outDir, nthresh) function for the evaluation, and use plot_eval(outDir) function to plot the results.

jiangyufeng77 commented 6 years ago

Thank you