master
Update object detection post processing and fixes boxes padding/clipping issue. (#5026)
Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)
Automated Code Change
Fix the score_converter issue, which should apply on the dimension of num_class_slots per anchor separately, not on all anchors per location together (e.g. think of softmax).
Merged commit includes the following changes: (#8809)
Allow setting pointwise initializer and regularizer when use_depthwise is true.
Remove unused comments related to Python 2 compatibility.