pawlo2013/Cars196_dino3b
收藏资源简介:
--- dataset: Cars196 model_version: "dino3" model_size: "b" finetuned: False convnext: False tags: - faiss - metric-learning - Cars196 - dino3 --- # FAISS Index and Results for Cars196_dino3b This dataset repository contains the FAISS index, mapping CSV, and evaluation results for a DINOv3 (b) model, evaluated on the Cars196 dataset. * **Dataset:** `Cars196` * **DINO Version:** `3` * **DINO Size:** `b` * **Fine-tuned:** `False` * **ConvNext (DINOv3):** `False` ## Files * `faiss_index.bin`: The FAISS `IndexFlatIP` index. Embeddings are L2-normalized. * `faiss_index_mapping.csv`: A CSV file mapping the FAISS index (row number) to the original file path, split, and label. * `results.txt`: The raw text file containing evaluation metrics (Precision@1, MAP@R, etc.) from the main script. ## Usage You can load the index and mapping to perform your own similarity searches.



