X-Decoder icon indicating copy to clipboard operation
X-Decoder copied to clipboard

Question about box prediction

Open coconut0012 opened this issue 2 years ago • 0 comments

In this line (below), it seems that the code uses masks to predict boxes,

https://github.com/microsoft/X-Decoder/blob/165f8a6314ac84f5c36aaab7216f90dd97e38a43/modeling/architectures/xdecoder_model.py#L922

but in line 913, the predicted boxes are already obtained.

https://github.com/microsoft/X-Decoder/blob/165f8a6314ac84f5c36aaab7216f90dd97e38a43/modeling/architectures/xdecoder_model.py#L913

Why do not use predicted bboxes directly?

coconut0012 avatar Feb 01 '24 13:02 coconut0012