OpenVision
Collection
27 items • Updated • 33
How to use UCSC-VLAA/openvision-vit-small-patch16-224 with OpenCLIP:
import open_clip
model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:UCSC-VLAA/openvision-vit-small-patch16-224')
tokenizer = open_clip.get_tokenizer('hf-hub:UCSC-VLAA/openvision-vit-small-patch16-224')This repository contains the OpenVision vision encoders described in the paper OpenVision: A Fully-Open, Cost-Effective Family of Advanced Vision Encoders for Multimodal Learning.
Project page: https://ucsc-vlaa.github.io/OpenVision