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

AssertionError assert(image_height >= shape[0]) in demo.py #51

Open
tombenj opened this issue Aug 12, 2018 · 0 comments
Open

AssertionError assert(image_height >= shape[0]) in demo.py #51

tombenj opened this issue Aug 12, 2018 · 0 comments

Comments

@tombenj
Copy link

tombenj commented Aug 12, 2018

@MarvinTeichmann Tried multiple images with different file types but only the demo images work. All other images get the following error:

2018-08-12 18:54:03,523 INFO /data/cvfs/mttt2/RUNS/ICCV/MultiNet/multinet_trained/model.ckpt-99999
2018-08-12 18:54:03,524 INFO Restoring parameters from RUNS/MultiNet_ICCV/model.ckpt-99999
2018-08-12 18:54:03.683228: W tensorflow/core/framework/allocator.cc:108] Allocation of 411041792 exceeds 10% of system memory.
2018-08-12 18:54:04.106021: W tensorflow/core/framework/allocator.cc:108] Allocation of 411041792 exceeds 10% of system memory.
Traceback (most recent call last):
  File "demo.py", line 426, in <module>
    tf.app.run()
  File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 125, in run
    _sys.exit(main(argv))
  File "demo.py", line 340, in main
    assert(image_height >= shape[0])
AssertionError
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