We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
When I run the notebook you provided, the bbox detection model stops to find bboxes after some point, how can I solve this ?
The text was updated successfully, but these errors were encountered:
padding the image!
Sorry, something went wrong.
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.
No branches or pull requests
Hello,
When I run the notebook you provided, the bbox detection model stops to find bboxes after some point, how can I solve this ?
The text was updated successfully, but these errors were encountered: