Visual-Behavior / detr-tensorflow

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

Fix layer name missing issues during model loading #27

Closed PhanTask closed 3 years ago

PhanTask commented 3 years ago

Add name for position_embedding_sine and re_lu to fix layer name missing issues during model loading.

thibo73800 commented 3 years ago

Thansk !