Untitled

                Never    
for im_x in range(len(lastest_img)):
  Use_img[im_x+int(Use_img.shape[0]*40/100)+20][int(Use_img.shape[1]*45/100)+10: int(Use_img.shape[1]*83/100)-25][:] = lastest_img[im_x+20][46:375][:]
cv2.imwrite("../Process_Digit_Zebra/NewData/fake_aug/"+list_img[i][0:8]+"_"+str(index[count])+".jpg",Use_img)

Raw Text