Skip to content
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

test error #11

Open
fredcrodrigues opened this issue Jun 1, 2021 · 3 comments
Open

test error #11

fredcrodrigues opened this issue Jun 1, 2021 · 3 comments

Comments

@fredcrodrigues
Copy link

fredcrodrigues commented Jun 1, 2021

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'`
@fredcrodrigues
Copy link
Author

I already checked and there really is no 'threshold' attribute in the 'utils.config' module

Would you help me?

@jahongir7174
Copy link
Owner

this line shows it has, can you update your repo with the latest source code

@jahongir7174
Copy link
Owner

I might suggest original YOLOv5 for getting a better result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants