Mr.Zhang

Results 16 comments of Mr.Zhang

直播录制功能Github上有相关项目,可以去了解下,个人目前精力不太够~

十分抱歉,学业繁忙,无暇顾及本项目,见谅。 [RawMessageHandler.ts](https://github.com/Crawler995/DouyuBarrage-Pro/blob/master/dybarrage-server/src/websocket/crawler/RawMessageHandler.ts)中有获取用户id的逻辑,用户id即uid是直接从斗鱼的包里面拿到的。你说的正常用户id是指用户昵称吗?

对于特定信息的获取 可以先参考斗鱼几年前公布的信息协议 我这篇[文章](https://zhuanlan.zhihu.com/p/106697646)里有 如果有的话就去dybarrage-server里面的crawler修改 目前是把不需要的都过滤了 你可以加上

@himaha 的确,很多人出错都出在node-pre-gyp这个包的安装上。这个包是用来做“词云”的node-jieba(用于中文分词)的依赖包。node-jieba并不是简单的nodejs包,为了保证运行速度,其底层是使用C++编写的,这就导致想要安装它需要额外的C++环境依赖。你可以在搜索引擎搜索“node-pre-gyp安装错误”,有一些解决方案,可以试试。

https://github.com/Crawler995/DouyuBarrage-Pro/blob/master/dybarrage-web/src/components/BarrageWall.tsx

hello, I am trying to compress the image encoder and fine-tune it to recover the accuracy. And I face a similar problem to you that the training loss gradually reduces...