google-research / deeplab2

DeepLab2 is a TensorFlow library for deep labeling, aiming to provide a unified and state-of-the-art TensorFlow codebase for dense pixel labeling tasks.
Apache License 2.0
1k stars 159 forks source link

Test set evaluation #133

Open agaitanis opened 2 years ago

agaitanis commented 2 years ago

As far as I understand with train_and_eval option the evaluation is done on the validation set. How can I evaluate on the test set?

aquariusjay commented 2 years ago

For reference, please see cityscapes_test_server_evaluation.md and coco_test_server_evaluation.md.

Hope that helps.

agaitanis commented 2 years ago

I'm working on my own dataset