Visual-Behavior / detr-tensorflow

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

tf.sigmoid over box coords #46

Open alexkreimer opened 1 year ago

alexkreimer commented 1 year ago

I probably miss something, but what is the purpose of tf.sigmoid over the box coordinates?

https://github.com/Visual-Behavior/detr-tensorflow/blob/78fb71bca7b2ebf90e73151a51d29e8dbb46cb38/detr_tf/networks/detr.py#L79