YOLOv5-tf
YOLOv5-tf copied to clipboard
test error
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'`
I already checked and there really is no 'threshold' attribute in the 'utils.config' module
Would you help me?
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