Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用来自常规 TensorFlow 的 TensorFlow.JS 模型?其中一些像 FaceMesh 没有可用的直接对应物。
我们没有任何工具可以将 TensorFlow.js 格式转换为 Python 兼容格式。
据我所知,我们现在只能从 Python -> JavaScript 进行转换(大多数人希望进行一些用 Python 编写的研究并在 JS 领域使用它,而不是相反)。