Closed xihajun closed 2 years ago
ImportError: cannot import name 'SegmentationMapsOnImage' from 'imgaug.augmentables.segmaps' (/usr/local/lib/python3.7/dist-packages/imgaug/augmentables/segmaps.py)
when I load from detr_tf.data.transformation import detr_transform
from detr_tf.data.transformation import detr_transform
solved by changing SegmentationMapsOnImage to SegmentationMapOnImage
SegmentationMapsOnImage
SegmentationMapOnImage
ImportError: cannot import name 'SegmentationMapsOnImage' from 'imgaug.augmentables.segmaps' (/usr/local/lib/python3.7/dist-packages/imgaug/augmentables/segmaps.py)