lowpair

Results 8 issues of lowpair

在写一个测试类ClassA时,随便把A放到了顶级包层次,也就是没有包声明,结果发现其他包下的类是无法引用到这个类的,只有另建一个同样的顶级类ClassB,才能正常引用。 建议还是按正常的结构目录,否则,不易于使用也不易于更广泛的使用。

请问中文有demo的库吗?

如下ProcessBuilder写数据,RxFFmpegInvoke如何处理呢? // 使用Java的ProcessBuilder类启动FFmpeg进程 ProcessBuilder pb = new ProcessBuilder("ffmpeg", "-f", "rawvideo", "-pix_fmt", "nv12", "-s", width + "x" + height, "-r", "30", "-f", "sio", "-i", "pipe:0"); Process process = pb.start(); // 将YUV数据写入管道...

Great job! Could you please share the models related to paper/assets/exports_birds_compact.pt and paper/assets/flows_tracks_birds_compact.pt? These two pt files are missing when running render_point_cloud. py under paper directory. May I ask where...

### Short description and motivation for the proposed feature excuse me https://mdb.ai/minds Are these features on the cloud open source? Or can this feature only be used on the cloud?...

enhancement

环境使用docker安装的; 前几个研究似乎正常,新的报告时,会混淆前次报告的内容,按 https://github.com/666ghj/BettaFish/issues/371 清空了各engine下面的报告,重新启动docker启动服务后,又继续上次的报告进行查询反思生成,无法停止无法重新进行新研究。

而且是否可以多模型服务并行?例如ASR+LLM+TTS的模型并行提供服务?