File "mtrand.pyx", line 936, in numpy.random.mtrand.RandomState.choice
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (6,) + inhomogeneous part.
I'm following a regular procedure explained in README to run train.py, but I stacked with this error. This error comes from utils\augmentations.py in RandomSampleCrop/_ _ call _ _ at the line mode = random.choice(self.sample_options), but I it's unclear how to fix this.
Thanks for any help