iangiu
iangiu
@hjh151220 hi, you can refer to the following codes: ```Python from torch.utils.data import Dataset import os from torchvision import transforms from PIL import Image import torch class MVTecSupportDataset(Dataset): def __init__(self,...
> Hi @iangiu, have you found answers to your questions? I am in the same phase. Thanks. sorry, I haven't figure out these questions. I gave up on the project.
> > Dear author, thank you very much for your work! However, I am puzzled by the following questions when i trained a model with a custom dataset. > >...
> > 己标注的。这个项目我已经不跟了,感觉结果不太对 > > 好的,感谢您的解答。因为我现在只有正样本和未标注的负样本,需求也是如此,根本没可能去做标注,对于这种需求您有什么模型推荐嘛? https://github.com/openvinotoolkit/anomalib,可以参考这个项目,这里面有很多zero-shot的算法实现,你可以用这个做一些实验
> Hi, Could you elaborate on your answer a bit more? > > I've already tried tensorrt versions 8.6 and 10.7 I used the command > > ``` > trtexec...
@lianzhehua 你好,我用的镜像funasr-runtime-sdk-cpu-0.4.6这个版本,也是报同样的错误。。。请问你解决这个问题了么
> 有人解决这个吗? 参考以下命令(镜像使用registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.12): 服务端: `./funasr-wss-server-2pass --download-model-dir /workspace/models --vad-dir damo/speech_fsmn_vad_zh-cn-16k-common-onnx --model-dir damo/SenseVoiceSmall-onnx --online-model-dir damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online-onnx --punc-dir damo/punc_ct-transformer_zh-cn-common-vad_realtime-vocab272727-onnx --lm-dir damo/speech_ngram_lm_zh-cn-ai-wesp-fst --itn-dir thuduj12/fst_itn_zh --certfile 0 --decoder-thread-num 96` 客户端: `./funasr-wss-client-2pass --server-ip 127.0.0.1 --port 10096 --mode...
> Hello, > > Thanks for the repo. I achieved some initial good results! > > I changed the input sizes successfuly from 640, 640 to 1280, 1280 and was...