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
If you try your own trained models, you'll get the error: tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'Placeholder' with dtype string and shape [1]
Current pix2pix (mode=export) use base64 PNG as an input value. It is easy to fix webcam-pix2pix-tensorflow in predictor.py, patch starting from line 77:
Oops. Re-tested this solution, it works somehow another way.
Resulted image is not really connected to the source, no readable shapes or anything.
I've rollback the "export" mode of pix2pix to an older version, and it works well.
Will discover the things further.
If you try your own trained models, you'll get the error:
tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'Placeholder' with dtype string and shape [1]
Current pix2pix (mode=export) use base64 PNG as an input value. It is easy to fix webcam-pix2pix-tensorflow in predictor.py, patch starting from line 77:
The text was updated successfully, but these errors were encountered: