unitable
unitable copied to clipboard
Bounding Box Detection Stops
Hello,
When I run the notebook you provided, the bbox detection model stops to find bboxes after some point, how can I solve this ?
padding the image!
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
Hello,
When I run the notebook you provided, the bbox detection model stops to find bboxes after some point, how can I solve this ?
![]()
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.