-
Notifications
You must be signed in to change notification settings - Fork 209
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
TypeError: predict() got an unexpected keyword argument 'remove_combined' #64
Comments
Thanks for the interest! But I couldn't find this argument in the code; in which line does that appear? |
Please find the line here |
The default constructor states it as false, so it doesn't seems to make a difference: |
you may need to upgrade gdino to latest version to solve the issue. |
I got the same error but did not upgrade GroundingDINO yet. A quick walkaround solution is to comment the
|
Hello,
First of all thanks for the great work. I ran
python3 running_test.py
and I get the following errorTypeError: predict() got an unexpected keyword argument 'remove_combined'
Could you please suggest the possible solution for this? Thanks in advance
@healthonrails @kauevestena @mutusfa @siddharthksah @dolhasz
Update: The script works fine without this argument. Could you please let me know how this argument influences the output of the model?
The text was updated successfully, but these errors were encountered: