yolact icon indicating copy to clipboard operation
yolact copied to clipboard

Creating an ndarray from ragged nested sequences is deprecated

Open Eldad27 opened this issue 2 years ago • 2 comments

Hi, During training, the warning message below is displayed.

augmentations.py:309: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray
mode = random.choice(self.sample_options)

Could you Kindly suggest a solution?

Eldad27 avatar Jul 01 '22 05:07 Eldad27

@Eldad27 Did you fix it?

Robotatron avatar Jul 28 '22 12:07 Robotatron

Same warning message during training

nesi73 avatar Mar 15 '23 10:03 nesi73