Views
No views yet
| Dataset | R@5 | R@10 |
|---|---|---|
| DeepFashion | 89.2 | 94.9 |
| Fashion200K | 77.6 | 86.6 |
| FashionGen-val | 75.0 | 85.3 |
| Average | 80.6 | 88.9 |
1from transformers import AutoProcessor, Qwen3_5ForConditionalGeneration
2
3processor = AutoProcessor.from_pretrained("yuandaxia/ProCIR")
4model = Qwen3_5ForConditionalGeneration.from_pretrained("yuandaxia/ProCIR", torch_dtype="bfloat16")1@article{yuan2026fashionmv,
2 title={FashionMV: Product-Level Composed Image Retrieval with Multi-View Fashion Data},
3 author={Yuan, Peng and Mei, Bingyin and Zhang, Hui},
4 year={2026}
5}