Closed ashok-arjun closed 3 years ago
In my paper PODNet (eccv2020), but also other authors (like DER cvpr2021) only reports the avg (2). Although, in continual segmentation (https://github.com/arthurdouillard/CVPR2021_PLOP) we like to report both the avg (2) and the accuracy (1).
In my next paper, soon on arxiv, I choose to report both. I think more metrics is rarely bad.
The avg is important (you cannot be good only at the final step, you need to always be good). But the final accuracy is also important, and the difference between algorithms is bigger with this metric.
Got it, thanks a lot for the reply!
Hi @arthurdouillard ,
Thanks for the detailed display of all metrics such as a old classes, new classes - they are very helpful.
I have a question regarding the accuracy to report:
Do I report the
accuracy
with outputs and targets from all data seen so far?or
thank you !