Closed WellDL closed 4 years ago
Hi! I'm glad you are finding this repo helpful :) This AssertionError most probably caused by xmin being greater than xmax (or same for ymin and ymax). I would check bounding boxes coordinates.
Thank you for the fast response! I think that must be it, since your example in images folder works just fine for me, too. Actually, the augmentation for my dataset works - I can view some of the augmented pictures in the output of [25], however it interrupts with an image with AssertionError.
Since there is a problem with the bounding boxes in bbs_a and not bbs_r, I think there must be an issue after augmented f.e. rotation that causes the min value being greater than max value.
I think I will just resize my dataset to 600x450 px and relabel my images beforehand to solve the problem.
Thank you again!
Hello, I experience an issue when running the almost last code in
[25]
of your notebook. I could not fix it yet. Still, very impressive Augmentation Code!