jina-ai / jina-hub

An open-registry for hosting Jina executors via container images
Apache License 2.0
105 stars 48 forks source link

VSEImageEncoder - host ourself #4866

Open florian-hoenicke opened 3 years ago

florian-hoenicke commented 3 years ago

Building the VSEImageEncoder causes some issues from time to time as pointed out by @nan-wang

https://github.com/jina-ai/jina-hub/issues/4420

The reason is that we have to download an archive which is quite big. However, we only need one of these files. Also, the upstream where the file is hosted is limited.

Luckily, the owner allowed us to mirror the model. Thanks @fartashf!

UAC:

  1. implementation
    • download large file
    • upload relevant model to a mirror
    • make the VSEImageEncoder use the new mirror
  2. add references to
    • the original models
    • the paper
    • github repo
  3. add the links of the model mirror to the readme of this repo
JoanFM commented 3 years ago

@FionnD @lusloher @florian-hoenicke what should we do with this issue?

nan-wang commented 3 years ago

Let's host the model using git-lfs