plt.figure()
plt.imshow(image)
plt.axis('off')
plt.savefig(save_path,bbox_inches='tight',pad_inches=0.0)
plt.close()
plt.figure()
plt.imshow(image)
plt.axis('off')
plt.savefig(save_path,bbox_inches='tight',pad_inches=0.0)
plt.close()