xmed-lab / NumCLIP

[ECCV 2024] Teach CLIP to Develop a Number Sense for Ordinal Regression

Home Page:https://github.com/xmed-lab/NumCLIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NumCLIP

This repository contains PyTorch implementation of "Teach CLIP to Develop a Number Sense for Ordinal Regression (ECCV2024)".

Created by Du Yao, Zhai Qiang, Dai Weihang, Li Xiaomeng*

Overview of NumCLIP

intro

Requirements

We utilize the code base of OrdinalCLIP. Please follow their instructions to prepare the environment and datasets.

Acknowledgement

This code is mainly based on OrdinalCLIP. Thanks to their great work.

What's More

Check out these amazing works leveraging CLIP for number problems!

Citation

If you find this codebase helpful, please consider to cite:

@article{du2024teach,
  title={Teach CLIP to Develop a Number Sense for Ordinal Regression},
  author={Du, Yao and Zhai, Qiang and Dai, Weihang and Li, Xiaomeng},
  journal={arXiv preprint arXiv:2408.03574},
  year={2024}
}