learnopencv icon indicating copy to clipboard operation
learnopencv copied to clipboard

IndexError: index 44 is out of bounds for axis 1 with size 44

Open silvermoon2000 opened this issue 3 years ago • 1 comments

in getValidPairs(output) 10 # A->B constitute a limb 11 pafA = output[0, mapIdx[k][0], :, :] ---> 12 pafB = output[0, mapIdx[k][1], :, :] 13 pafA = cv2.resize(pafA, (frameWidth, frameHeight)) 14 pafB = cv2.resize(pafB, (frameWidth, frameHeight))

IndexError: index 44 is out of bounds for axis 1 with size 44

can anyone plz help me??

silvermoon2000 avatar Dec 14 '20 05:12 silvermoon2000

did you solve this problem?

UngsterHamdung avatar Jun 24 '22 08:06 UngsterHamdung