open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
28.5k stars 9.28k forks source link

Evaluation with predictions instead of a model and checkpoint #11731

Open wsd3val opened 1 month ago

wsd3val commented 1 month ago

Hi there, I am new to mmlabs so please forgive me if this is a stupid question.

I have fine tuned a model on a segmentation problem and written a test config to get some results on a test dataset.

Is there an easy way to take some segmentation results from a different model I trained using a different library and generate results using the same metrics for easy comparison?

In other words, can I run a test loop with detection results instead of a model config and checkpoint?