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
In the readme it states we should configure the model with parameters threshold, overlap, and maxObjects:
roboflow-swift/README.md
Line 37 in a5a5b5b
I found the defaults here Based on that, I'd assume:
confidence
overlap
are those correct assumptions?
The text was updated successfully, but these errors were encountered:
@abegehr I've checked the code for you, the overlap is what is meant to be, you set the IoU threshold as you can check it here:
roboflow-swift/Sources/Roboflow/Classes/RFObjectDetectionModel.swift
Line 35 in a5a5b5b
and for better understanding of this, you can check this
Sorry, something went wrong.
No branches or pull requests
In the readme it states we should configure the model with parameters threshold, overlap, and maxObjects:
roboflow-swift/README.md
Line 37 in a5a5b5b
However it's not documented what these parameters do and what acceptable values are.
I found the defaults here
Based on that, I'd assume:
confidence
from here (0..1)overlap
from here (0..1)are those correct assumptions?
The text was updated successfully, but these errors were encountered: