-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BIT Image processor support. #149
Comments
"BitImageProcessor"=>{
I added this code in load_preprocessor function to support the BITImageProcessor. With this code I am able to use this https://huggingface.co/Xenova/dinov2-small model can you please share some opinion on this?? |
Cool. Please contribute if you're interested. |
Can you please check this weather it is correct or not ?? when I checked then it was working also I made these changes according to the processor_config file of dino model just like CLIP Image processor config files function are there in fastembed. |
I want to use this https://huggingface.co/Xenova/dinov2-small model with fast embed but it is not supported because in load_preprocessor function the fast embed supports only CLIPImageprocessor and ConvNextfeatureExtractor image processors while this dino model is using BitImageProcessor so that was giving me error.
So, is there any future plans to support that BitImageProcessor for fast embed ?? because this dinov2 model is light weight model and its accuracy is also good.
And can you please tell why you are not supporting this BitImageProcessor ??
The text was updated successfully, but these errors were encountered: