data
data_old
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
graphs
# C extensions
*.so
img_kaist
qualitative_kitti
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
runs/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
sh_files
csv_files
# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# dotenv
.env

# virtualenv
.venv
venv/
ENV/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# PyTorch model files
*.pt
*.pth
*.ckpt
*.weights

# Dataset files (except classes definition)
*.csv
!kitti_dataset/classes.csv

# KITTI dataset
kitti_dataset/training
kitti_dataset/testing
kitti_dataset/raw_data/

# Pre-trained weights
resnet50-19c8e357.pth
resnet101-5d3b4d8f.pth

# Video files
*.mp4
*.avi
*.mov

# Compressed files
*.zip
*.tar.gz
*.rar

# Training artifacts
models/
runs/
logs/
checkpoints/
outputs/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo

# Shell scripts (users should create their own)
*.sh
!kitti_dataset/*.sh

# OS files
.DS_Store
Thumbs.db

# Backup files
*_old
*_backup

#Pytorch GPU support helper script
check_pytorch.py