-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
请教关于如何调用静态文件以及LeapMotion插件的一点问题 #9
Comments
你查一下yarn.lock knn tfjs的引用关系 leapmotion 需要一个硬件设备 |
抱歉我回复的晚了,感谢您的回复,我还是不太清楚具体该怎么修改。查看了位于../scratch-vm下的yarn.lock文件,目前依赖是这样的: "@tensorflow-models/mobilenet@^2.0.4": "@tensorflow-models/posenet@^2.2.1": "@tensorflow/tfjs-converter@^1.7.1": "@tensorflow/[email protected]": "@tensorflow/[email protected]": "@tensorflow/tfjs-core@^1.7.1": "@tensorflow/[email protected]": "@tensorflow/[email protected]": 在package.json文件中是这样的: 我尝试在上一行的逗号之后添加: 之后webpack-dev-server --https报错Unexpected string in JSON at position2513。看了相关的资料也没弄懂原因,能麻烦再指点一下吗? |
好像格式有点问题,修正:两个 ‘/’ 之间是用的 ‘*’ 号。 |
我用knn和faceapi存在依赖问题是这样解决的 我不确定是否和你是同一个问题 |
抱歉再请问一下,您在安装posenet插件时有遇到和knn插件版本不同,knn插件不能使用的情况吗?(我这边 knn和faceapi两个插件却可以同时使用) Uncaught Error: 'realDivide' not yet implemented or not found in the registry. Did you forget to import the kernel? |
您好,抱歉再次打扰,关于静态文件想再请教您几个问题。
我在之后按照knn的安装步骤安装好了posenet插件,若有需要详细步骤在:https://github.com/YIN-jw/scratch3.0_posenet_install。其中在安装依赖时是直接yarn add @tensorflow/tfjs-core,yarn add @tensorflow-models/posenet(没有考虑tfjs库的版本号)。 之后能够在网页版中正常运行,但是knn插件又不能正常使用了。再重新yarn add @tensorflow/[email protected]又能使用了,但是posenet不能使用。我猜想是因为knn插件使用的是[email protected](yarn add @tensorflow/[email protected]),posenet需要的版本比knn要高,所以造成了knn不能再使用。
目前对于这个问题没有想到解决办法,请问您可以给我一些建议吗?
另外,在使用LeapMotion这个插件时,出现的结果都是‘0’,想请问一下这个插件的用法是什么?
The text was updated successfully, but these errors were encountered: