pickle.dump(outputs,open(‘htc_epoch3_bbox_label+2.pkl’,‘wb’)) 写入.pkl文件 outputs = pickle.load(open(‘outputs.pkl’, ‘rb’)) 加载.pkl对象