qustions

Results 8 comments of qustions

@VictorAtPL It would be great if you could share your label studio template

@SamSamhuns thanks for sharing the colab can we draw boxes on `` ?

I am getting shape error and I am using the `naver-clova-ix/donut-base-finetuned-docvqa` model when i ran ``` import torch from PIL import Image from donut import DonutModel from pprint import pprint...

@SamSamhuns thanks for sharing this notebook its working as expected but when giving different images for example image size `(919, 998)` `output["predictions"] = [{'question': 'What is the Name?', 'answer': 'nice...

Hello @SamSamhuns Can i use your code to get multiple answers as mention above `From Name`,` To Name` Expected output` [{'question': 'What is the Name?', 'answer': 'nice client', 'answer': 'Terlici...

@SamSamhuns thanks for the feedback but is my annotation format correct i was getting error on utils `assert "gt_parse" in ground_truth and isinstance(ground_truth["gt_parse"], dict)` ``` Traceback (most recent call last):...

I don't have tensorrt7 but i think the issue we need to add `noexcept override` as mention in yolov5