Visual-Behavior / detr-tensorflow

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

Update requirements.txt #39

Closed ayyucedemirbas closed 1 year ago

ayyucedemirbas commented 2 years ago

eval.py requires the latest version of imgaug, which is 0.4.0. Without it, you get this error message: ImportError: cannot import name 'SegmentationMapsOnImage' from 'imgaug.augmentables.segmaps' (/usr/local/lib/python3.7/dist-packages/imgaug/augmentables/segmaps.py)