We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Where can the shape of the output images be changed in the code? The picture has a resolution of only 160x576 pixels.
The text was updated successfully, but these errors were encountered:
def predict_images(test_data_path, print_speed=False): num_classes = 2 image_shape = (557, 1618)
If the shape is changed in the main.py in the function predict_images, the following exception is thrown:
tensorflow.python.framework.errors_impl.InvalidArgumentError: Incompatible shapes: [1,2,36,102] vs. [1,2,35,102]
Sorry, something went wrong.
i had sma question
No branches or pull requests
Where can the shape of the output images be changed in the code?
The picture has a resolution of only 160x576 pixels.
The text was updated successfully, but these errors were encountered: