master
cleanup of deprecated test methods
remove box coders
Automated Code Change
Replace unicode escaped characters in ipynb files
Document use_only_last_stage flag in configs.
Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)
[NumPy] Remove references to deprecated NumPy type aliases.
Support Pillow 12's stricter type checking in Image.fromarray
chore: Migrate gsutil usage to gcloud storage
Merge pull request #13619 from bhandarivijay-png:ai-gsutil-migration-47972d7364c841cf86d08cd7c9650e23
Fix usage comment.
Explicitly specify the parameters when calling provide_groundtruth.
In TensorFlow Object Detection, fixed the order of the arguments when calling KeypointEstimationParams super class's __new__ method.
remove deprecated assertDictContainsSubset
Implement feature based consistency in DeepMAC.
Add option to use tf.compat.v1.image.resize_nearest_neighbor (instead of PACK and RESHAPE) for upsampling in efficientdet bifpn.
Updates reference metrics.
Add new test image featuring non-COCO classes.
Remove unused comments related to Python 2 compatibility.
Merged commit includes the following changes: (#8829)
Add deprecation message for OD API.
Move the research models into a research subfolder (#2430)
Add partial label evaluation to PrecisionAtRecallEvaluation.
Avoids generating 6D tensors in `nearest_neighbor_upsampling`.
Fixes three bugs in online OpenImageChallenge evaluation: 1. label offset is not propagated for image-level labels 2. adds an option to treat no image-level labels as a sign that no labels were verified for a given image 3. updates image ids in object detection evaluation on merging multiple states.
Introducing groundtruth instance mask weights.
Open source MnasFPN and minor fixes to OD API (#8484)
Set up virtual CPUs before they can be used by MirroredStrategy
DeepMAC support for point supervised dataset.
Explicitly import estimator from tensorflow as a separate import instead of accessing it via tf.estimator and depend on the tensorflow estimator target.