Visual-Behavior / detr-tensorflow

Tensorflow implementation of DETR : Object Detection with Transformers
MIT License
169 stars 53 forks source link

cannot import SegmentationMapsOnImage #37

Closed xihajun closed 2 years ago

xihajun commented 2 years ago

ImportError: cannot import name 'SegmentationMapsOnImage' from 'imgaug.augmentables.segmaps' (/usr/local/lib/python3.7/dist-packages/imgaug/augmentables/segmaps.py)

xihajun commented 2 years ago

when I load from detr_tf.data.transformation import detr_transform

xihajun commented 2 years ago

solved by changing SegmentationMapsOnImage to SegmentationMapOnImage