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
when i run "Search_3D", the screenshot shows what happed.
The text was updated successfully, but these errors were encountered:
我也发现了了一样的问题,只需要把if SET != []:改成if SET.all() != []:就可以解决你的问题。
Sorry, something went wrong.
我修改了SET之后会报错: in draw_line if SET.all() != []: AttributeError: 'list' object has no attribute 'all' 请问您知道是怎么回事吗?
You can modify the line to: if np.any(SET):
我也发现了了一样的问题,只需要把if SET != []:改成if SET.all() != []:就可以解决你的问题。 我修改了SET之后会报错: in draw_line if SET.all() != []: AttributeError: 'list' object has no attribute 'all' 请问您知道是怎么回事吗?
修改成if SET.size!=0:就可以了
No branches or pull requests
when i run "Search_3D", the screenshot shows what happed.
The text was updated successfully, but these errors were encountered: