We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c94c5a commit de5d124Copy full SHA for de5d124
README.md
@@ -59,12 +59,16 @@ pip install -e .
59
### 3. Download pre-trained weights
60
We use the pre-trained weights for (1) CoCa, (2) SAM, and (3) CutLER.
61
#### For CoCa
62
-We will provide CoCa pre-trained weights on LAION-2B and CC3M.
63
-
64
Note that, [official CoCa repository](https://github.com/mlfoundations/open_clip#fine-tuning-coca) offers pre-trained model on LAION-2B.
65
66
We fine-tune this on CC3M dataset.
67
+
+We provide CoCa pre-trained weights on LAION-2B and CC3M in the this [URL](https://huggingface.co/SeonghoonYu/pseudo-ris/tree/main).
68
69
+Put this in ./third_party/open_clip/src/logs/laion_cc3m/checkpoints/
70
71
72
#### For SAM
73
We use SAM ViT-H model.
74
```shell
0 commit comments