master
Refactor tests for Object Detection API. (#8688)
Updating Context R-CNN dataset tools to fix a bug in context feature bank building logic when the number of context examples in the time horizon is greater than the specified maximum, and adding capabilities to track and save the number of embeddings stored per image.
Converting context r-cnn dataset tools to TF2
Load model in `setup` method to only do it once per thread/worker.
Fix unittest import to prevent failing tests.