I'm using model tensorflow pretrained model from model zoo https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md faster_rcnn_inception_resnet_v2_atrous_oidv4
It works fine, but I would like to lower threshold of the model to make it generate more bbox proposals. How can I do that? Recreate graph?