├── LICENSE ├── README.md ├── RemoteCLIP_colab_demo.ipynb ├── assets ├── airport.jpg ├── caf_logo.jpg ├── figure-2.png ├── figure-5.png ├── griffith_logo.png ├── griffith_logo_text.png ├── hhu_logo.png ├── hhu_logo_text.png ├── hkust_logo.png ├── hkust_logo_text.png ├── nfu_logo.png ├── nfu_logo_text.jpg └── table-2.png ├── demo.ipynb └── retrieval.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/README.md -------------------------------------------------------------------------------- /RemoteCLIP_colab_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/RemoteCLIP_colab_demo.ipynb -------------------------------------------------------------------------------- /assets/airport.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/assets/airport.jpg -------------------------------------------------------------------------------- /assets/caf_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/assets/caf_logo.jpg -------------------------------------------------------------------------------- /assets/figure-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/assets/figure-2.png -------------------------------------------------------------------------------- /assets/figure-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/assets/figure-5.png -------------------------------------------------------------------------------- /assets/griffith_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/assets/griffith_logo.png -------------------------------------------------------------------------------- /assets/griffith_logo_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/assets/griffith_logo_text.png -------------------------------------------------------------------------------- /assets/hhu_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/assets/hhu_logo.png -------------------------------------------------------------------------------- /assets/hhu_logo_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/assets/hhu_logo_text.png -------------------------------------------------------------------------------- /assets/hkust_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/assets/hkust_logo.png -------------------------------------------------------------------------------- /assets/hkust_logo_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/assets/hkust_logo_text.png -------------------------------------------------------------------------------- /assets/nfu_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/assets/nfu_logo.png -------------------------------------------------------------------------------- /assets/nfu_logo_text.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/assets/nfu_logo_text.jpg -------------------------------------------------------------------------------- /assets/table-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/assets/table-2.png -------------------------------------------------------------------------------- /demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/demo.ipynb -------------------------------------------------------------------------------- /retrieval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenDelong1999/RemoteCLIP/HEAD/retrieval.py --------------------------------------------------------------------------------