Skip to content
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

Clip implementation with Hugging Face Datasets #954

Open
dmrangak opened this issue Nov 20, 2023 · 0 comments
Open

Clip implementation with Hugging Face Datasets #954

dmrangak opened this issue Nov 20, 2023 · 0 comments

Comments

@dmrangak
Copy link

HI,
I want to browse an image from Hugging Face Datasets to apply the function of clip.normalize_image( image ) and model.bound_image(image). . please help to to solve this problem

model_name= 'resnet_50'

Hugging Face Datasets

from datasets import load_dataset
imagenette = load_dataset(
'frgfm/imagenette',
'320px',
split='validation',
revision="4d512db"
)

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant