Skip to content

Instantly share code, notes, and snippets.

@HtutLynn
HtutLynn / imc-challenge-2022-getting-started-resources.md
Created September 2, 2024 16:54 — forked from Mrutyunjay01/imc-challenge-2022-getting-started-resources.md
Resources to get started with Image Matching Challenge 2022 by Google Research, also hosted as one of the CVPR22 Workshops.

Previous Competitions

Domain Knowledge

  • CVPR'20 and '21 Workshop stream YouTube
  • FPCV Youtube Playlist to get started with the domain YouTube
  • Image Matching Challenge 2020 Recap Blog
  • Wide Baseline stereo meets deeplearning Blog
@HtutLynn
HtutLynn / imc-challenge-2022-getting-started-resources.md
Created September 2, 2024 16:54 — forked from Mrutyunjay01/imc-challenge-2022-getting-started-resources.md
Resources to get started with Image Matching Challenge 2022 by Google Research, also hosted as one of the CVPR22 Workshops.

Previous Competitions

Domain Knowledge

  • CVPR'20 and '21 Workshop stream YouTube
  • FPCV Youtube Playlist to get started with the domain YouTube
  • Image Matching Challenge 2020 Recap Blog
  • Wide Baseline stereo meets deeplearning Blog
@HtutLynn
HtutLynn / add_to_zshrc.sh
Last active August 28, 2024 16:11 — forked from karpathy/add_to_zshrc.sh
Git Commit Message AI
# -----------------------------------------------------------------------------
# AI-powered Git Commit Function
# Copy paste this gist into your ~/.bashrc or ~/.zshrc to gain the `gcm` command. It:
# 1) gets the current staged changed diff
# 2) sends them to an LLM to write the git commit message
# 3) allows you to easily accept, edit, regenerate, cancel
# But - just read and edit the code however you like
# the `llm` CLI util is awesome, can get it here: https://llm.datasette.io/en/stable/
# Unalias gcm if it exists (to prevent conflicts)