Replies: 4 comments 11 replies
-
Your model output sizes seem to be not normal. Which version are you using? |
Beta Was this translation helpful? Give feedback.
-
I'm using the latest YOLOv5 master branch from https://github.com/ultralytics/yolov5 (commit 32a92185738c93e5f0b0f6971de0812cd6fd5f34) Do I need to train using this pip package? |
Beta Was this translation helpful? Give feedback.
-
Hi, The key issue is that when you feed |
Beta Was this translation helpful? Give feedback.
-
I have opened a PR ultralytics/yolov5#10139 which allows one to perform post-processing on Tensor inputs. I'll comment here again if that PR gets merged. |
Beta Was this translation helpful? Give feedback.
-
When I run this code:
Where x is a tensor with shape (8, 3, 1280, 1280)
Then y is a tensor with shape (8, 102000, 10)
It looks to me like I'm getting the raw output of the model, but the documentation says that one should be getting the post-processed output here.
Beta Was this translation helpful? Give feedback.
All reactions