bharat-b7 / MultiGarmentNetwork

Repo for "Multi-Garment Net: Learning to Dress 3D People from Images, ICCV'19"
285 stars 65 forks source link

Why are `test_data.pkl`'s OpenPose confidence levels above 1? #37

Open neonb88 opened 4 years ago

neonb88 commented 4 years ago

Hi all! :smile:

@bharat-b7 , why are the confidence values from your supplied test_data.pkl file repeatedly above 1? (ie. out of the natural range of openpose confidence levels, [0,1])

bharat-b7 commented 4 years ago

Hi,

This is unusual. Unfortunately I don't have the training flags I had used. Most likely explanation, the image extents were set to [-2, 2] instead of [-1,1] for normalization.

I am occupied till the end of this month and can look into this thereafter. Let me know if someone figures this out in the meantime.