pasa13142
pasa13142
Firstly thanks for this project but please could you please prepare a wiki page how to use this project, Thanks a lot
RuntimeError: Failed to download https://clip-as-service.s3.us-east-2.amazonaws.com/models-436c69702d61732d53657276696365/onnx/ViT-B-32/textual.onnx within retry limit 3 This XML file does not appear to have any style information associated with it. The document tree is shown below. AccessDenied...
Hello, Do you know how can I get "jinaai/clip-server:latest-onnx"'s dockerfile? Building&Running from repo with PIP_TAG=onnx maybe 3 months ago works well but vector values are different with latest-onnx. Also, I...
Hi, Thanks for this great repo! If i try to run clip as service in docker with `docker run -p 51009:51000 -v $HOME/.cache:/home/cas/.cache --gpus all jinaai/clip-server:master-onnx` everything is okay. It...
model = insightface.app.FaceAnalysis() ctx_id = 0 model.prepare(ctx_id = ctx_id, nms=0.4) This is how i build model. with ctx_id param i can select only one gpu for model, how can i...
Hi, I use the original code but I got error like this: TypeError Traceback (most recent call last) in 14 return base_network, model 15 ---> 16 base_network, model = get_model()...
Hello firstly thanks for this project, i have got this issue; No module named 'xml_cleaner' I already installed pip install lxml but still same, you have any idea ?