↓ 1 callersMethodget_bbox_result(self, fetch_map, fetch_name, result, conf, clsid2catid)
python/paddle_serving_app/reader/pddet/image_tool.py:422
↓ 1 callersMethodget_feature_by_batch原始lod= [0,3,4,6] 取的batch为(start_batch = 1,end_batch = 3],即取batch=2,3. 此时lod=[3,4,6],处理后得到[1,3] 这样处理后,合并lod比较方便,直接加上上一个lod的结尾的值即可。
core/predictor/framework/bsf.h:329
↓ 1 callersMethodget_mask_result(self, fetch_map, fetch_var_names, result, conf,
clsid2catid)
python/paddle_serving_app/reader/pddet/image_tool.py:507