SOD_Evaluation_Metrics icon indicating copy to clipboard operation
SOD_Evaluation_Metrics copied to clipboard

there is no result according to “python main.py --pred_root_dir ./pred_maps/ --gt_root_dir ./gt/

Open Tianyu100 opened this issue 2 years ago • 2 comments

May I ask why there is no result according to “python main.py --pred_root_dir ./pred_maps/ --gt_root_dir ./gt/ --save_dir ./score/”

Tianyu100 avatar May 23 '23 09:05 Tianyu100

In case anyone stumbles on this, I found the folder structure to have issues. The following was fine for me for 1 dataset, gt/    Dataset_1/        Method_1/
          file1.png

pred_maps/     Method_1/        file1.png

h-connor avatar Apr 25 '24 02:04 h-connor

I think the path should be the following: gt/ $\quad$ Dataset_1/ $\quad\quad$ file1.png $\quad\quad$ ....

pred_maps/ $\quad$ Method_1/ $\quad\quad$ Dataset_1/ $\quad\quad\quad$ file1.png $\quad\quad\quad$ ....

cChrister avatar Mar 10 '25 09:03 cChrister