donut icon indicating copy to clipboard operation
donut copied to clipboard

How to see the ploted bboxes on image as result along with json output

Open deepanshudashora opened this issue 2 years ago • 1 comments

I trained the model on cordv2 but I want to plot the coordinates of results also with the text output, How to show/save the output image, or just return the coordinates along with the output

deepanshudashora avatar Sep 21 '22 12:09 deepanshudashora

Donut doesn't predict boxes, hence the "OCR-Free" part.

You can, however, use the attention scores to create "heatmaps" of what the model thought the answer was on the page -> https://github.com/clovaai/donut/issues/45

logan-markewich avatar Sep 25 '22 06:09 logan-markewich