lightweight_openpose icon indicating copy to clipboard operation
lightweight_openpose copied to clipboard

Calculation AP in model_eval.py

Open rongyixiao opened this issue 4 years ago • 0 comments

Hello,

view pairs with max OKSs as match ones, add to oks_all

oks_all = np.concatenate((oks_all, np.max(oks, axis=1)), axis=0)

accumulate total num by max(gtN,pN)

oks_num += np.max(oks.shape)

is there error about oks_num?

rongyixiao avatar Apr 16 '20 09:04 rongyixiao