Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bounding Box Detection Stops #23

Open
hakanmuluk opened this issue Jul 29, 2024 · 3 comments
Open

Bounding Box Detection Stops #23

hakanmuluk opened this issue Jul 29, 2024 · 3 comments

Comments

@hakanmuluk
Copy link

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
@num3num
Copy link

num3num commented Jul 31, 2024

padding the image!

@num3num
Copy link

num3num commented Aug 15, 2024 via email

@hoangsxnz
Copy link

hoangsxnz commented Aug 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants