BUG-AttributeError: ‘EnforcedForest‘ object has no attribute ‘node‘

File "/home/adt/miniconda3/envs/bevdet/lib/python3.7/site-packages/trimesh/scene/transforms.py", line 224, in nodes_geometry

'geometry' in self.transforms.node[n]):

AttributeError: 'EnforcedForest' object has no attribute 'node'

networkx 2.6.3 pypi_0 pypi

本专栏为深度学习的一些技巧,方法和实验测试,偏向于实际应用,后续不断更新,感兴趣童鞋可关,方便后续推送

现象

在使用mmdet3d可视化时,第一帧正常,第二帧保错如下:

cpp 复制代码
File "/home/xxx/miniconda3/envs/bevdet/lib/python3.7/site-packages/trimesh/scene/transforms.py", line 224, in nodes_geometry
    'geometry' in self.transforms.node[n]):
AttributeError: 'EnforcedForest' object has no attribute 'node'

分析

networkx版本有问题,原版本为2.2,现在为2.6.3

解决方法

conda install networkx==2.2

相关推荐
JHC0000001 天前
发现个微信客户端的bug
微信·bug
wow_DG4 天前
【Python✨】VS Code 秒开 Python 类型检查:一招 mypy + settings.json 让你的 Bug 原地现形!
python·json·bug
驱动探索者6 天前
Zephyr 获取 cpu 占用率异常bug分析
bug·rtos·zephyr
薛定e的猫咪7 天前
【调试技巧】vscode 四种断点调试,快速定位 bug
ide·vscode·python·bug
万粉变现经纪人7 天前
如何解决 pip install 编译报错 ‘cl.exe’ not found(缺少 VS C++ 工具集)问题
开发语言·c++·人工智能·python·pycharm·bug·pip
月小满8 天前
DataV轮播时其他组件的内容也一起滚动 修复bug的方法
前端·vue.js·bug·大屏端
桃子丫8 天前
AD转 Cadence学习指南-BUG篇
bug
testtraveler8 天前
[Fix] ImportError: libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent
pytorch·python·bug
测试者家园9 天前
从“找 bug”到“降风险”:测试思维模式的底层迁移
软件测试·bug·风险管理·持续测试·测试基础·智能化测试·测试思维模式
chde2Wang9 天前
运行scala文件报错xsbt.CompilerInterface
bug·scala