ylsung / VL_adapter

PyTorch code for "VL-Adapter: Parameter-Efficient Transfer Learning for Vision-and-Language Tasks" (CVPR2022)
MIT License
204 stars 16 forks source link

Clip feature extraction #4

Closed kittitouchar closed 2 years ago

kittitouchar commented 2 years ago

This CVPR work is really interesting. Btw, could you please also provide a script for extracting clip features?

Thank you for sharing this great work!

ylsung commented 2 years ago

Thank you for being interested in VL-Adapter. I will release the script for feature extraction soon. Stay tuned!

ylsung commented 2 years ago

Sorry for the delay. I added the scripts for extracting CLIP features in feature_extraction. Let me know there is any question.