Open
Description
Search before asking
- I have searched the YOLOv5 issues and discussions and found no similar questions.
Question
Pose Landmark coordinates' Range in output tensor
Additional
Hello guyz,
first of all great work with YOLOv5, I am able to use it in my embedded systems without any lags. The output size for this model is shown to be (1, 56, 8400). I understood that there are 8400 predictions made by the model. What I would like to know is about 56 features which the model is predicting. Mainly, I would like to get the coordinates for the human-pose detected by model. Can anyone please tell me what is the range for pose landmarks?!
Regards