"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "ee832b6664dcff991ccb0554d3ce4b4e16b0bd68"
Enable inference with dynamic batch size in Faster RCNN.
* Adds a util function to compute a mix of dynamic and static shapes preferring static when available. * Uses batch_multiclass_non_max_suppression function in postprocess_rpn instead of looping over static batch shape and performing multiclass_non_max_suppression. * Adds a new helper function _unpad_proposals_and_sample_boxclassifier_batch to sample from a batch of tensors possibly containing paddings. * Tests batch inference with various configurations of static shape via unittests.
Showing
Please register or sign in to comment