├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── __pycache__ └── utils.cpython-38.pyc ├── class_pivot_all_reasonable_classes.csv ├── compute_metrics.py ├── ds_prompts_countries_fulldataset.csv ├── ds_prompts_regions_fulldataset.csv ├── geode_prompts_countries_fulldataset.csv ├── geode_prompts_regions_fulldataset.csv ├── get_clip_score.py ├── get_features_inceptionv3.py ├── manifold_metrics.py ├── objects_180.txt ├── task2_geode.csv └── utils.py /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/__pycache__/utils.cpython-38.pyc -------------------------------------------------------------------------------- /class_pivot_all_reasonable_classes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/class_pivot_all_reasonable_classes.csv -------------------------------------------------------------------------------- /compute_metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/compute_metrics.py -------------------------------------------------------------------------------- /ds_prompts_countries_fulldataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/ds_prompts_countries_fulldataset.csv -------------------------------------------------------------------------------- /ds_prompts_regions_fulldataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/ds_prompts_regions_fulldataset.csv -------------------------------------------------------------------------------- /geode_prompts_countries_fulldataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/geode_prompts_countries_fulldataset.csv -------------------------------------------------------------------------------- /geode_prompts_regions_fulldataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/geode_prompts_regions_fulldataset.csv -------------------------------------------------------------------------------- /get_clip_score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/get_clip_score.py -------------------------------------------------------------------------------- /get_features_inceptionv3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/get_features_inceptionv3.py -------------------------------------------------------------------------------- /manifold_metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/manifold_metrics.py -------------------------------------------------------------------------------- /objects_180.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/objects_180.txt -------------------------------------------------------------------------------- /task2_geode.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/task2_geode.csv -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/DIG-In/HEAD/utils.py --------------------------------------------------------------------------------