master
Merged commit includes the following changes: 185215255 by Zhichao Lu:
Remove num anchors assertion from AnchorGenerator
Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)
[NumPy] Remove references to deprecated NumPy type aliases.
Refactor tests for Object Detection API. (#8688)
Replace tf.unstack with tf.slice in clip_to_window() to avoid invalid node names.
Merged commit includes the following changes: (#8809)
Object detection changes: (#7208)
Switching UV_symmetry_transforms.mat (for DensePose) from float64 to uint8. This bring the file size from 22MB to 3.1MB.
Merged commit includes the following changes: (#8755)
[research/**.py] Rename "Arguments:" to "Args:" (#9574)
Adds FreezableSyncBatchNormalization to the Object Detection API.
DeepMAC support for point supervised dataset.
Internal change.
List WeightedDiceClassificationLoss at top of docstring.
Minor changes to TODOs.
Image-level labels are not propagated to the open images challenge metric.
Merged commit includes the following changes: (#8739)
Make ClipWindow with Combined work with batch size > 1.
cleanup of deprecated test methods
Optimize data preprocessing for 3-channel images by bypassing concat in _augment_only_rgb_channels.
Open source MnasFPN and minor fixes to OD API (#8484)
Introducing groundtruth instance mask weights.
Remove unused comments related to Python 2 compatibility.
Merge pull request #8962 from kmindspark:detr-push-3
Plumbing groundtruth instance mask weights through the model codebase.
Refactor DeepMAC to process full batch and return mask logits with predict()