Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to train the model with FlyingChairs dataset #17

Open
RokiaAbdeen opened this issue Sep 14, 2020 · 0 comments
Open

I want to train the model with FlyingChairs dataset #17

RokiaAbdeen opened this issue Sep 14, 2020 · 0 comments

Comments

@RokiaAbdeen
Copy link

RokiaAbdeen commented Sep 14, 2020

I want to train the model with the flyingchairs dataset but I got this error
`**InvalidArgumentError: Expected image (JPEG, PNG, or GIF), got unknown format starting with 'P6 512 384 255\n\007'
[[{{node DecodePng_1}}]]
[[IteratorGetNext]]

During handling of the above exception, another exception occurred:

InvalidArgumentError Traceback (most recent call last)

/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py in _do_call(self, fn, *args)
1368 pass
1369 message = error_interpolation.interpolate(message, self._graph)
-> 1370 raise type(e)(node_def, op, message)
1371
1372 def _extend_graph(self):

InvalidArgumentError: Expected image (JPEG, PNG, or GIF), got unknown format starting with 'P6 512 384 255\n\007'
[[{{node DecodePng_1}}]]
[[IteratorGetNext]]**`
I know this error because the flayingchairs's image format is ppm but how to handle this problem, if the solution is to use read_and_decode_ppm, how to use it to solve this problems

thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant