Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiyoon/kiyoon

Config files for my GitHub profile.
https://github.com/kiyoon/kiyoon

config github-config

Last synced: about 1 month ago
JSON representation

Config files for my GitHub profile.

Awesome Lists containing this project

README

        

- šŸ‘‹ Hi, Iā€™m Kiyoon Kim
- šŸŽ“ļø PhD @ The University of Edinburgh, UK
- šŸ‘€ Iā€™m interested in deep learning in computer vision, specifically **Stable Diffusion** and **Video Action Recognition**
- šŸ’» I make Neovim, and Tmux plugins to enhance the terminal experience.
- [Use my configuration dotfiles](https://github.com/kiyoon/dotfiles)

## šŸ“° Recent Work
### [An Action Is Worth Multiple Words: Handling Ambiguity in Action Recognition](https://github.com/kiyoon/verb_ambiguity)

Kiyoon Kim, Davide Moltisanti, Oisin Mac Aodha, Laura Sevilla-Lara
In BMVC 2022. [`arXiv`](https://arxiv.org/abs/2210.04933)

Verb Ambiguity

### [Capturing Temporal Information in a Single Frame: Channel Sampling Strategies for Action Recognition](https://github.com/kiyoon/channel_sampling)

Kiyoon Kim, Shreyank N Gowda, Oisin Mac Aodha, Laura Sevilla-Lara
In BMVC 2022. [`arXiv`](http://arxiv.org/abs/2201.10394)

8-frame TC Reordering

## šŸ§° Explore My Neovim/Tmux Plugins

- [nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) (co-maintainer) [![GitHub stars](https://img.shields.io/github/stars/nvim-treesitter/nvim-treesitter-textobjects.svg?style=social&label=Star)](https://GitHub.com/nvim-treesitter/nvim-treesitter-textobjects/stargazers/)
- [nvim-hand-gesture](https://github.com/kiyoon/nvim-hand-gesture): Use a webcam to unlock hand gesture control
- [Treemux for Tmux](https://github.com/kiyoon/treemux): a modern file explorer as Tmux sidebar! [![GitHub stars](https://img.shields.io/github/stars/kiyoon/treemux.svg?style=social&label=Star)](https://github.com/kiyoon/treemux/stargazers/)
- [Jupynium.nvim](https://github.com/kiyoon/jupynium.nvim): The BEST way to use Jupyter Notebook in vim [![GitHub stars](https://img.shields.io/github/stars/kiyoon/jupynium.nvim.svg?style=social&label=Star)](https://github.com/kiyoon/jupynium.nvim/stargazers/)
- [python-import.nvim](https://github.com/kiyoon/python-import.nvim): add import statements FAST.
- [Tmuxsend.vim](https://github.com/kiyoon/tmuxsend.vim): send any text from Vim to other Tmux panes. Interactive development, file explorer to command line, etc.
- [telescope-insert-path.nvim](https://github.com/kiyoon/telescope-insert-path.nvim): Neovim's Telescope extension to insert file path on your vim current buffer
- [treesitter-indent-object.nvim](https://github.com/kiyoon/treesitter-indent-object.nvim): Smart and context-aware indent object in neovim
- [haskell-scope-highlighting.nvim](https://github.com/kiyoon/haskell-scope-highlighting.nvim): Dynamic contextual scope highlighting for Haskell.

## šŸ¦€ I like Rust and the underlying challenges of low-level programming
- [rust-graph](https://github.com/deargen/rust-graph): Speedy graph operations written in Rust but available as a Python package.