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

Images description #324

Merged
merged 8 commits into from
Aug 23, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions fastembed/image/onnx_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"model": "Qdrant/clip-ViT-B-32-vision",
"dim": 512,
"description": "CLIP vision encoder based on ViT-B/32",
"description": "Image embeddings, Multimodal (text&image), Preprocessing handled by config, Any PIL file format, 2021 year",
joein marked this conversation as resolved.
Show resolved Hide resolved
"size_in_GB": 0.34,
"sources": {
"hf": "Qdrant/clip-ViT-B-32-vision",
Expand All @@ -22,7 +22,7 @@
{
"model": "Qdrant/resnet50-onnx",
"dim": 2048,
"description": "ResNet-50 from `Deep Residual Learning for Image Recognition <https://arxiv.org/abs/1512.03385>`__.",
"description": "Image embeddings, Unimodal (image), Preprocessing handled by config, Any PIL file format, 2016 year",
joein marked this conversation as resolved.
Show resolved Hide resolved
"size_in_GB": 0.1,
"sources": {
"hf": "Qdrant/resnet50-onnx",
Expand All @@ -32,7 +32,7 @@
{
"model": "Qdrant/Unicom-ViT-B-16",
"dim": 768,
"description": "Unicom Unicom-ViT-B-16 from open-metric-learning",
"description": "Image embeddings (more detailed than Unicom-ViT-B-32), Multimodal (text&image - better than clip-ViT-B-32-vision for Image-to-Image search), Preprocessing handled by config, Any PIL file format, 2023 year",
joein marked this conversation as resolved.
Show resolved Hide resolved
"size_in_GB": 0.82,
"sources": {
"hf": "Qdrant/Unicom-ViT-B-16",
Expand All @@ -42,7 +42,7 @@
{
"model": "Qdrant/Unicom-ViT-B-32",
"dim": 512,
"description": "Unicom Unicom-ViT-B-32 from open-metric-learning",
"description": "Image embeddings, Multimodal (text&image - better than clip-ViT-B-32-vision for Image-to-Image search), Preprocessing handled by config, Any PIL file format, 2023 year",
joein marked this conversation as resolved.
Show resolved Hide resolved
"size_in_GB": 0.48,
"sources": {
"hf": "Qdrant/Unicom-ViT-B-32",
Expand Down
Loading