I trained a tensorflow 2 object detection model and load it like this in python:
detect_fn = tf.saved_model.load(model_dir)
Now I want to cop