• pkulzc's avatar
    Internal changes to slim and object detection (#4100) · 505f554c
    pkulzc authored
    * Adding option for one_box_for_all_classes to the box_predictor
    
    PiperOrigin-RevId: 192813444
    
    * Extend to accept different ratios of conv channels.
    
    PiperOrigin-RevId: 192837477
    
    * Remove inaccurate caveat from proto file.
    
    PiperOrigin-RevId: 192850747
    
    * Add option to set dropout for classification net in weight shared box predictor.
    
    PiperOrigin-RevId: 192922089
    
    * fix flakiness in testSSDRandomCropWithMultiClassScores due to randomness.
    
    PiperOrigin-RevId: 193067658
    
    * Post-process now works again in train mode.
    
    PiperOrigin-RevId: 193087707
    
    * Adding support for reading in logits as groundtruth labels and applying an optional temperature (scaling) before softmax in support of distillation.
    
    PiperOrigin-RevId: 193119411
    
    * Add a util function to visualize value histogram as a tf.summary.image.
    
    PiperOrigin-RevId: 193137342
    
    * Do not add batch norm parameters to final conv2d ops that predict boxes encodings and class...
    505f554c
resnet_v1.py 16.5 KB