• pkulzc's avatar
    Release MobileDet code and model, and require tf_slim installation for OD API. (#8562) · 451906e4
    pkulzc authored
    * Merged commit includes the following changes:
    311933687  by Sergio Guadarrama:
    
        Removes spurios use of tf.compat.v2, which results in spurious tf.compat.v1.compat.v2. Adds basic test to nasnet_utils.
        Replaces all remaining import tensorflow as tf with import tensorflow.compat.v1 as tf
    
    --
    311766063  by Sergio Guadarrama:
    
        Removes explicit tf.compat.v1 in all call sites (we already import tf.compat.v1, so this code was  doing tf.compat.v1.compat.v1). The existing code worked in latest version of tensorflow, 2.2, (and 1.15) but not in 1.14 or in 2.0.0a, this CL fixes it.
    
    --
    311624958  by Sergio Guadarrama:
    
        Updates README that doesn't render properly in github documentation
    
    --
    310980959  by Sergio Guadarrama:
    
        Moves research_models/slim off tf.contrib.slim/layers/framework to tf_slim
    
    --
    310263156  by Sergio Guadarrama:
    
        Adds model breakdown for MobilenetV3
    
    --
    308640...
    451906e4
ops.py 45.6 KB