You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
@Khrylx @haofanwang
The text was updated successfully, but these errors were encountered: