-
-
Notifications
You must be signed in to change notification settings - Fork 17.5k
Details for Output Tensor #13621
Copy link
Copy link
Closed as not planned
Labels
StaleStale and schedule for closing soonStale and schedule for closing soonposePose/keypoint estimation modelsPose/keypoint estimation modelsquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
StaleStale and schedule for closing soonStale and schedule for closing soonposePose/keypoint estimation modelsPose/keypoint estimation modelsquestionFurther information is requestedFurther information is requested
Search before asking
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