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
joint.py
result_img[512*(j//8):512*(j//8+1),512*(j%8):512*(j%8+1),:] = img
ValueError: could not broadcast input array from shape (1024,4096,3) into shape (512,512,3)
can you tell me how to solution this error?thx very much!
@gxd1994
The text was updated successfully, but these errors were encountered:
@zhangxiaoyang520 sorry.This is just the code of the test phase. After a period of time, I will put the full code
Sorry, something went wrong.
No branches or pull requests
joint.py
result_img[512*(j//8):512*(j//8+1),512*(j%8):512*(j%8+1),:] = img
ValueError: could not broadcast input array from shape (1024,4096,3) into shape (512,512,3)
can you tell me how to solution this error?thx very much!
@gxd1994
The text was updated successfully, but these errors were encountered: