79633761

Date: 2025-05-22 12:44:50
Score: 1.5
Natty:
Report link

Ok I just realized what was wrong. I'm just so dumb. During visualisation, I printed the images in a for loop like this. This calls the augmentation function twice, so the images seem differently augmented...

for i in range(2):
    ax[i].imshow(vis_pcb_ds[0][i])
    ax[i].axis('off')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: SAugustus