out = c.net_actions.eval(img0, img1) returns:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: eval() missing 1 required positional argument: 'image_1'
(using tried with img0 and img1 as path to the image and as numpy array)