Object detection api: export eval_side_by_side images

Is it still possible to save evaluation images such as those named eval_side_by_side in tensorboard?
They look great in tensorboard, but I need a way to export them as image files to disk.

I’m musing tensorflow 2.5
There used to be an option in the eval_config “visualization_export_dir:” but it doesn’t seem to work anymore.

I found the solution to this problem here
Modifying model_lib_v2.py as suggested by KWON OHHYEOK worked for me.