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! your work is very good!
I'm having an error running the test.
follow the log to view
/home/fredson/YOLOv5-tf-master/nets/nn.py:324 call * outputs = tf.map_fn(fn=compute_nms, /home/fredson/YOLOv5-tf-master/nets/nn.py:165 nms_fn * score_indices = tf.where(backend.greater(score, config.threshold)) AttributeError: module 'utils.config' has no attribute 'threshold'`
The text was updated successfully, but these errors were encountered:
I already checked and there really is no 'threshold' attribute in the 'utils.config' module
Would you help me?
Sorry, something went wrong.
this line shows it has, can you update your repo with the latest source code
I might suggest original YOLOv5 for getting a better result
No branches or pull requests
Hello! your work is very good!
I'm having an error running the test.
follow the log to view
The text was updated successfully, but these errors were encountered: