Release iNaturalist Species-trained models, refactor of evaluation, box...
Release iNaturalist Species-trained models, refactor of evaluation, box predictor for object detection. (#5289)
* Merged commit includes the following changes:
212389173 by Zhichao Lu:
1. Replace tf.boolean_mask with tf.where
--
212282646 by Zhichao Lu:
1. Fix a typo in model_builder.py and add a test to cover it.
--
212142989 by Zhichao Lu:
Only resize masks in meta architecture if it has not already been resized in the input pipeline.
--
212136935 by Zhichao Lu:
Choose matmul or native crop_and_resize in the model builder instead of faster r-cnn meta architecture.
--
211907984 by Zhichao Lu:
Make eval input reader repeated field and update config util to handle this field.
--
211858098 by Zhichao Lu:
Change the implementation of merge_boxes_with_multiple_labels.
--
211843915 by Zhichao Lu:
Add Mobilenet v2 + FPN support.
--
211655076 by Zhichao Lu:
Bug fix for generic keys in config overrides
In generic c...
Showing
Please register or sign in to comment