librety123z
librety123z
> ubuntu24.04 也存在同样的问题 ./funasr-http-server 参数 io-thread-num 默认是 8 执行 curl -F "file=@asr_example_zh.wav" http://127.0.0.1:8000 执行到第 9 次一定会卡死。 您好,请问你的这个问题解决了吗,我也出现了这样的问题,能不能参考您的解决方案?
> Could the authors please provide example code for running object detection inference on an image just like the segmentor example code? https://github.com/facebookresearch/dinov3?tab=readme-ov-file#pretrained-heads---segmentor-trained-on-ade20k-dataset Have you successfully written the code for...
> Hi, I ran the detector and it seems to work OK. Have a look at my demo code, which is just adapted from the official segmentator demo. > >...
> 我尝试使用 DINOv3 作为检测器的预训练模型,但遇到了一个问题。定义 Transformer 时,self.reference_points(不是两级)的初始化如下: > > ``` > if two_stage: > self.enc_output = nn.Linear(d_model, d_model) > self.enc_output_norm = nn.LayerNorm(d_model) > self.pos_trans = nn.Linear(d_model * 2, d_model * 2)...
> [@librety123z](https://github.com/librety123z) I am not sure if the question is for me. But I have not been able to run the 7B pretrained model because of the VRAM requirements. So,...