ESANet
ESANet copied to clipboard
The results of evaluation
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?
The evaluation script simply computes mIoU and prints it to console.
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.
The evaluation script simply computes mIoU and prints it to console.
OK, thank you!
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!