XAI/VisualCorrespondenceHumanStudy
1
1 2# Created by https://www.toptal.com/developers/gitignore/api/python3# Edit at https://www.toptal.com/developers/gitignore?templates=python4 5### Python ###6# Byte-compiled / optimized / DLL files7__pycache__/8*.py[cod]9*$py.class10 11# C extensions12*.so13 14# Distribution / packaging15.Python16build/17develop-eggs/18dist/19downloads/20eggs/21.eggs/22lib/23lib64/24parts/25sdist/26var/27wheels/28share/python-wheels/29*.egg-info/30.installed.cfg31*.egg32MANIFEST33 34# PyInstaller35# Usually these files are written by a python script from a template36# before PyInstaller builds the exe, so as to inject date/other infos into it.37*.manifest38*.spec39 40# Installer logs41pip-log.txt42pip-delete-this-directory.txt43 44# Unit test / coverage reports45htmlcov/46.tox/47.nox/48.coverage49.coverage.*50.cache51nosetests.xml52coverage.xml53*.cover54*.py,cover55.hypothesis/56.pytest_cache/57cover/58 59# Translations60*.mo61*.pot62 63# Django stuff:64*.log65local_settings.py66db.sqlite367db.sqlite3-journal68 69# Flask stuff:70instance/71.webassets-cache72 73# Scrapy stuff:74.scrapy75 76# Sphinx documentation77docs/_build/78 79# PyBuilder80.pybuilder/81target/82 83# Jupyter Notebook84.ipynb_checkpoints85 86# IPython87profile_default/88ipython_config.py89 90# pyenv91# For a library or package, you might want to ignore these files since the code is92# intended to run in multiple environments; otherwise, check them in:93# .python-version94 95# pipenv96# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.97# However, in case of collaboration, if having platform-specific dependencies or dependencies98# having no cross-platform support, pipenv may install dependencies that don't work, or not99# install all needed dependencies.100#Pipfile.lock101 102# poetry103# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.104# This is especially recommended for binary packages to ensure reproducibility, and is more105# commonly ignored for libraries.106# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control107#poetry.lock108 109# PEP 582; used by e.g. github.com/David-OConnor/pyflow110__pypackages__/111 112# Celery stuff113celerybeat-schedule114celerybeat.pid115 116# SageMath parsed files117*.sage.py118 119# Environments120.env121.venv122env/123venv/124ENV/125env.bak/126venv.bak/127 128# Spyder project settings129.spyderproject130.spyproject131 132# Rope project settings133.ropeproject134 135# mkdocs documentation136/site137 138# mypy139.mypy_cache/140.dmypy.json141dmypy.json142 143# Pyre type checker144.pyre/145 146# pytype static type analyzer147.pytype/148 149# Cython debug symbols150cython_debug/151 152# PyCharm153# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can154# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore155# and can be added to the global gitignore or merged into this file. For a more nuclear156# option (not recommended) you can uncomment the following to ignore the entire idea folder.157#.idea/158 159# End of https://www.toptal.com/developers/gitignore/api/python160#161#162 163ImageNet-HARD-EMD-Real.zip164demonstrations.zip165ImageNet-HARD-Normal.zip166demonstrations/167visualizations_feb2022/168ImageNet-HARD-EMD-5-Patches-Real.zip169visualizations170imagenet1k-pilot.tar.gz171predictions/172imagenet1k-pilot.zip173Final.zip174imagenet1k-val-50k-emd_results_rosy-brook-184.pickle175 