dnwjddl / ObjectDetection

ObjectDetection(논문 분석 및 코드 구현)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ObjectDetection

논문 분석 후 직접 코드 구현

STUDY [이론공부]

SSD

SSD:Single Box MultiBox Detector

논문의 SSD Structure 직접 짜보기

Model Structure

image

VGG19 + Auxilary Convolutional Layers

YOLOv3

  • yolov3_anchor.py
    • bounding box 추가하여 Yolov3 model 구현
  • darknet-53.py
    • model 내에 darknet-53 구현
  • utils.py
    • 모델 구현에 필요로 하는 helper 함수들
    • IoU, NMS등 구현 (class 추출)

cvYOLO

  • cvlib을 이용한 YOLO 사용
  • 총 80개의 class 식별 가능

결과값

About

ObjectDetection(논문 분석 및 코드 구현)


Languages

Language:Jupyter Notebook 96.6%Language:Python 3.4%