GCNetwork
GCNetwork copied to clipboard
Issue in test.py
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)