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
mmdet3d dev-1.x requiresnetworkx>=2.2,<2.3 and trimesh>=2.35.39,<2.35.40
networkx>=2.2,<2.3
trimesh>=2.35.39,<2.35.40
while
openvino-dev 2022.1.0 requires networkx~=2.6;
If force upgrade networkx==2.6, scene.dump() in vis_utils.py would crash.
scene.dump()
vis_utils.py
How about upgrade networkx>=2.6 ?
networkx>=2.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mmdet3d dev-1.x requires
networkx>=2.2,<2.3
andtrimesh>=2.35.39,<2.35.40
while
openvino-dev 2022.1.0 requires networkx~=2.6;
If force upgrade networkx==2.6,
scene.dump()
invis_utils.py
would crash.How about upgrade
networkx>=2.6
?The text was updated successfully, but these errors were encountered: