EfficientDet.Pytorch icon indicating copy to clipboard operation
EfficientDet.Pytorch copied to clipboard

ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

Open luhairong11 opened this issue 4 years ago • 1 comments

File "/usr/local/lib/python3.7/site-packages/albumentations-0.4.1-py3.7.egg/albumentations/augmentations/bbox_utils.py", line 28, in ensure_data_valid if data.get(data_name) and len(data[data_name][0]) < 5: ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

my ambiguous version is 0.4.1 is it not match?

luhairong11 avatar Jan 02 '20 13:01 luhairong11

I am facing similar issue

fused-byte avatar Aug 19 '20 12:08 fused-byte