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

https://github.com/choidae1/2022-kccv-programming

Repo for Learning at 2022 한국컴퓨터비전학회(KCCV) 프로그래밍
https://github.com/choidae1/2022-kccv-programming

Last synced: 2 months ago
JSON representation

Repo for Learning at 2022 한국컴퓨터비전학회(KCCV) 프로그래밍

Awesome Lists containing this project

README

        

# 2022 KCCV Programming
Repo for Learning at 2022 한국컴퓨터비전학회(KCCV) 프로그래밍 (컴퓨터 비전을 위한 딥러닝 프로그래밍)

## Introduce the Curriculum -> [Introduction link](https://github.com/ChoiDae1/2022_Korea_CV_Society_Programming/blob/main/%ED%95%9C%EA%B5%AD%EC%BB%B4%ED%93%A8%ED%84%B0%EB%B9%84%EC%A0%84%ED%95%99%ED%9A%8C_%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D%EC%BB%A4%EB%A6%AC%ED%81%98%EB%9F%BC.pdf)

### 1. Deep Learning 기초 및 Image Classification -> [code link](https://github.com/ChoiDae1/2022_Korea_Compuer_Vision_Society_Programming/blob/main/Deep_Learning_%EA%B8%B0%EC%B4%88_%EB%B0%8F_Image_Classification.ipynb)
- Basic of Deep Learning, CNN.
- Implemeting simple classifier model and apply it to CIFAR10 Dataset.

### 2. Stereo-based Depth Estimation -> [code link](https://github.com/ChoiDae1/2022_Korea_Compuer_Vision_Society_Programming/blob/main/PSMnet.ipynb)
- Basic of Stereo based Depth Estimation.
- Implementing PSMNet and apply it to KITTI dataset.

### 3. Optical Flow Estimation -> [code link](https://github.com/ChoiDae1/2022_KCCV_Programming/tree/main/Opticalflow)
- Concept of Optimal Flow Estimation.
- Implementing FlowNetS, FlowNetC and apply it to KITTI dataset.

### 4. Object Detection and Human-Object Interaction Detection -> [code link](https://github.com/ChoiDae1/2022_KCCV_Programming/tree/main/Object%20Detection)
- Basic of Object Detection and Concept of Human-Object Interaction Detection.
- Implementing Object Detection Pretrained model and apply it to COCO Dataset.
- Implementing HOTR.

### 5. Few-Shot Semantic Segmentation -> [code link](https://github.com/ChoiDae1/2022_KCCV_Programming/tree/main/Few%20Shot%20Segmentation)
- Concept of Cost Aggregation and Few-Shot Semantic Segmentation.
- Implementing CATs and VAT.