ESANet icon indicating copy to clipboard operation
ESANet copied to clipboard

The results of evaluation

Open Huhaowen0130 opened this issue 3 years ago • 4 comments

Hello, I have run the evaluation process: "python eval.py
--dataset sunrgbd
--dataset_dir ./datasets/sunrgbd
--ckpt_path ./trained_models/sunrgbd/r34_NBt1D.pth", where are the results saved?

Huhaowen0130 avatar May 26 '21 10:05 Huhaowen0130

The evaluation script simply computes mIoU and prints it to console.

mona0809 avatar May 26 '21 11:05 mona0809

However, for qualitative results, you can still use inference_dataset.py (see: inference section in our readme). If you want to store the evaluations results combining both inference_dataset.py and eval.py might be interesting for you.

danielS91 avatar May 26 '21 14:05 danielS91

The evaluation script simply computes mIoU and prints it to console.

OK, thank you!

Huhaowen0130 avatar May 27 '21 08:05 Huhaowen0130

However, for qualitative results, you can still use inference_dataset.py (see: inference section in our readme). If you want to store the evaluations results combining both inference_dataset.py and eval.py might be interesting for you.

Thank you, I'll try!

Huhaowen0130 avatar May 27 '21 08:05 Huhaowen0130