Merged commit includes the following changes: (#6932)
250447559 by Zhichao Lu:
Update expected files format for Instance Segmentation challenge:
- add fields ImageWidth, ImageHeight and store the values per prediction
- as mask, store only encoded image and assume its size is ImageWidth x ImageHeight
--
250402780 by rathodv:
Fix failing Mask R-CNN TPU convergence test.
Cast second stage prediction tensors from bfloat16 to float32 to prevent errors in third target assignment (Mask Prediction) - Concat with different types bfloat16 and bfloat32 isn't allowed.
--
250300240 by Zhichao Lu:
Addion Open Images Challenge 2019 object detection and instance segmentation
support into Estimator framework.
--
249944839 by rathodv:
Modify exporter.py to add multiclass score nodes in exported inference graphs.
--
249935201 by rathodv:
Modify postprocess methods to preserve multiclass scores after non max suppression.
--
249878079 by Zhich...
Showing
Please register or sign in to comment