Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
psiydown opened this issue Nov 3, 2022 · 0 comments
Open

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

psiydown opened this issue Nov 3, 2022 · 0 comments

Comments

@psiydown
Copy link

psiydown commented Nov 3, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant