-
Hello I am having difficulty understanding how to correctly use PyTorchYolo I am first trying to get object detections using the code below:
This appears to return over 10000 detections - as far as I can see it is not performing Non max suppression. I was expecting/hoping it to behave like PyTorchFasterRCNN which I have working nicely Could you please advise on how I should be using the PyTorchYolo class? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Hi @adrian337 I think for now #1796 might be helpful, we are working on improving the documentation. |
Beta Was this translation helpful? Give feedback.
-
Hi @beat-buesser I had seen the issue you mentioned and tried the suggestion, but this does not help at all in this case |
Beta Was this translation helpful? Give feedback.
Hi @beat-buesser I had seen the issue you mentioned and tried the suggestion, but this does not help at all in this case