AttributeError: 'CopyPaste' object has no attribute '_to_dict'
Shubhamai opened this issue · 0 comments
Shubhamai commented
/usr/local/lib/python3.6/dist-packages/albumentations/core/composition.py in <listcomp>(.0)
97 "__class_fullname__": self.get_class_fullname(),
98 "p": self.p,
---> 99 "transforms": [t._to_dict() for t in self.transforms], # skipcq: PYL-W0212
100 }
101
AttributeError: 'CopyPaste' object has no attribute '_to_dict'