unitable icon indicating copy to clipboard operation
unitable copied to clipboard

Bounding Box Detection Stops

Open hakanmuluk opened this issue 1 year ago • 3 comments

Hello,

When I run the notebook you provided, the bbox detection model stops to find bboxes after some point, how can I solve this ?

bbox_fail

hakanmuluk avatar Jul 29 '24 19:07 hakanmuluk

padding the image!

num3num avatar Jul 31 '24 10:07 num3num

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

num3num avatar Aug 15 '24 09:08 num3num

Hello,

When I run the notebook you provided, the bbox detection model stops to find bboxes after some point, how can I solve this ?

bbox_fail

Solution: Just retraining the model with larger max_seq_len. The current config of bbox task can be found in CONFIG.mk file:

SEQ1024 = trainer.max_seq_len=1024

which is equivalent to 256 bboxes.

hoangsxnz avatar Aug 15 '24 10:08 hoangsxnz