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
In test.py, it seems that you have made a careless mistake: pred = _predictFromArrays_(model, images[left], images[1], images[2], bs), while the function only has 4 arguments. def _predictFromArrays_(model, left, right, bs)
The text was updated successfully, but these errors were encountered:
In test.py, it seems that you have made a careless mistake:
pred = _predictFromArrays_(model, images[left], images[1], images[2], bs)
, while the function only has 4 arguments.def _predictFromArrays_(model, left, right, bs)
The text was updated successfully, but these errors were encountered: