iejMac / clip-video-encode

Easily compute clip embeddings from video frames
MIT License
136 stars 19 forks source link

clip-video-encode: shift to open_clip #49

Closed iejMac closed 2 years ago

rom1504 commented 2 years ago

https://github.com/iejMac/clip-video-encode/blob/open_clip/tests/test_modules.py#L60

iejMac commented 2 years ago

@rom1504 is there some easy way of getting the 'best' open_clip model for a given architecture?

or do we just allow selection of both model_name and pertained

iejMac commented 2 years ago

Also I'm assuming ViT-B-32, laion2b_s34b_b79k is the best B/32 config, correct me if I'm wrong