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
"SYS-PER-REQ1: The pedestrian recognition component shall identify pedestrians with an accuracy of 93% when they are within 50 m."
True positive rate would be a better metric than accuracy, and also align with SYS-PER-REQ2 that specifies the false negative rate.
The text was updated successfully, but these errors were encountered:
To avoid redundant requirements, we shall make sure the TPR in SYS-PER-REQ1 and FPR in SYS-PER-REQ2 are calculated for different distance thresholds.
Sorry, something went wrong.
Update according to Issue #8
d387cd1
mrksbrg
No branches or pull requests
"SYS-PER-REQ1: The pedestrian recognition component shall identify pedestrians with an accuracy of 93% when they are within 50 m."
True positive rate would be a better metric than accuracy, and also align with SYS-PER-REQ2 that specifies the false negative rate.
The text was updated successfully, but these errors were encountered: