NVlabs / GLAMR

[CVPR 2022 Oral] Official PyTorch Implementation of "GLAMR: Global Occlusion-Aware Human Mesh Recovery with Dynamic Cameras”.
https://nvlabs.github.io/GLAMR
Other
359 stars 33 forks source link

Errors may occur in the multi person mode due to occlusion #23

Open psiydown opened 2 years ago

psiydown commented 2 years ago

I want to automatically fill in when one person is occlusion and invisible in multi mode, just like you show the video, but the following error occurs:

  File "D:\python\scripts\GLAMR-main\global_recon\models\global_recon_model.py", line 126, in init_data
    f = interp1d(vis_ind.astype(np.float32), new_dict[key], axis=0, assume_sorted=True, fill_value="extrapolate")
  File "N:\anaconda3\lib\site-packages\scipy\interpolate\interpolate.py", line 561, in __init__
    raise ValueError("x and y arrays must have at "
ValueError: x and y arrays must have at least 2 entries

@Khrylx @haofanwang