开发者问题收集
我正在使用mmaction2 分支 1.x。我最近从0.24迁移过来,想要使用mvit模型。当我使用 RawframeDataset 训练我的配置时,它停止并显示消息:AttributeError: 'str' object has no attribute 'items'(请参阅下文了解详细日志)。有什么建议吗?谢谢。配置#something_mvit.py_base_ = ['mmaction
**更新实施@jdehesa 答案后:我的代码如下所示:from __future__ import absolute_import, division, print_function, unicode_literalsimport tensorflow as tfimport numpy as npimport matplotlib.pyplot as pltimport osimport PI
尝试运行 Handpose tfjs 的演示项目时,出现以下错误。我的 package.json 文件具有以下依赖项:{"name": "tensorflowJs","version": "1.0.0","description": "","main": "index.js","scripts": {"watch": "cross-env NODE_ENV=development parcel i