SOD_Evaluation_Metrics
SOD_Evaluation_Metrics copied to clipboard
there is no result according to “python main.py --pred_root_dir ./pred_maps/ --gt_root_dir ./gt/
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/”
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
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$ ....