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
Looks like here we need to replace len(gt) == 0 with len(gt) == 0 or len(gt.get('data', [])) == 0 otherwise for scene 42897846 we get ValueError: need at least one array to concatenatehere. Am I missing something?
The text was updated successfully, but these errors were encountered:
Looks like here we need to replace
len(gt) == 0
withlen(gt) == 0 or len(gt.get('data', [])) == 0
otherwise for scene42897846
we getValueError: need at least one array to concatenate
here. Am I missing something?The text was updated successfully, but these errors were encountered: