• C
    [Dygraph] Fix deploy python/cpp infer bugs (#2234) · 6e8a5e62
    cnn 提交于
    * use scripts to build on windows flatform, test=dygraph
    
    * Use new preproces OPs in deploy/infer.py, test=dygraph
    
    * fix bug of image_shape can not set 2-dims, test=dygraph
    
    * fix cpp build, test=dygraph
    
    * set param target_size must be [h, w] in Resize function, test=dygraph
    
    * fix bug, test=dygraph
    
    * fix ssd output format (bbox: [N, 6], bbox_num: bbox_num), test=dygraph
    
    * fix ssd prediction in cpp mode, test=dygraph
    6e8a5e62
preprocess_op.cc 4.2 KB