79316924

Date: 2024-12-30 06:20:34
Score: 1
Natty:
Report link

MMPoseInferrer outputs an iterator, and you need to use next(result) to extract the results from it.

#Make key point predictions
result = inferencer(frame_rgb)
#Output key point results (can be processed or saved as needed)
print(next(result))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Redamancy-qian