-
Notifications
You must be signed in to change notification settings - Fork 349
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
cannot reshape array of size 501 into shape (85) #92
Comments
line 189: |
got similar:
any help? |
I met the same issue when trying to run demo.py, here's the solution works for me others discussed before, hope it helps! |
@cocoyen1995 yeah, it work out! |
related to #105 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,when I tried your code, I met this mistake. Can someone help me
Traceback (most recent call last):
File "demo.py", line 105, in
tf.app.run()
File "/home/dell/.local/lib/python3.5/site-packages/tensorflow/python/platform/app.py", line 40, in run
_run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef)
File "/home/dell/.local/lib/python3.5/site-packages/absl/app.py", line 300, in run
_run_main(main, args)
File "/home/dell/.local/lib/python3.5/site-packages/absl/app.py", line 251, in _run_main
sys.exit(main(argv))
File "demo.py", line 96, in main
iou_threshold=FLAGS.iou_threshold)
File "/home/dell/Desktop/Yolov3/tensorflow-yolo-v3-master/utils.py", line 191, in non_max_suppression
image_pred = image_pred.reshape(-1, shape[-1])
ValueError: cannot reshape array of size 501 into shape (85)
The text was updated successfully, but these errors were encountered: