Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 562 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 562 Bytes

DPS 1st

Deep Paper Study - 1st

  • Object Detction, Semantic Segmentation, Architectures.

파일 업로드 규칙

  • 파일 형식 : .pdf , .md
  • 파일 이름 : 논문제목 (ex: VGG.pdf , VGG.md)

Paper CheckList

Architecture

  • VGG
  • Inception v1
  • ResNet
  • ResNext
  • DenseNet
  • SENet

Semantic Segmentation

  • FCN
  • SegNet
  • UNet
  • PSPNet
  • DeepLab

Object Detection

  • RCNN
  • Fast-RCNN
  • Faster-RCNN
  • Mask-RCNN
  • YOLO v1
  • YOLO v2