Visual-Behavior / detr-tensorflow

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

Example for segmentation? #19

Open andife opened 3 years ago

andife commented 3 years ago

Hello, since detr can also be used for panoptic segmentation I wonder if there are plans to add an example for this as well? Thank you

thibo73800 commented 3 years ago

Yes, we do have a version of panoptic detr internally, we'll probbaly add it to the repository soon.

andife commented 3 years ago

Would be great!

BeusenBart commented 2 years ago

Hi, do you still have any plans to share the code for the panoptic of instance segmentation detr? I've been working on the segmentation modules in tensorflow myself, based on the officical pytorch implementations, and it would be great to compare. For now, I don't see a segmentation.py in you repository.