.gitignore 370 B

123456789101112131415161718192021222324252627
  1. .vscode/
  2. __pycache__/
  3. *.pyc
  4. *.DS_Store
  5. *.swp
  6. *.pth
  7. tmp.*
  8. */.ipynb_checkpoints/*
  9. logs/
  10. weights/
  11. dump/
  12. demo/*.mp4
  13. demo/demo_images/
  14. src/loftr/utils/superglue.py
  15. demo/utils.py
  16. notebooks/QccDayNight.ipynb
  17. notebooks/westlake.ipynb
  18. assets/westlake
  19. assets/qcc_pairs.txt
  20. configs/.petrel*
  21. tools/draw_QccDayNights.py
  22. scripts/slurm/
  23. scripts/sbatch_submit.sh
  24. src/utils/client.py