Giter VIP home page Giter VIP logo

peddetection's Introduction

3차 미니프로젝트

주제: 자동차 주행 중 객체인식을 통한 우회전 판단 모델 구현

  • 목적: 딥러닝 기술을 학습하기 위해 객체인식 모델을 사용해본다.
  • 기술 스택: 파이썬, 파이토치, YOLOV5, OpenCV 라이브러리,Roboflow

image

기획의도: 보행자 안전규정을 강화한 새로운 개정 교통법이 시행되면서 교차로 우회전 시 고려해야할 부분이 생겨 개정법에 익숙하지 않은 운전자에게 신호를 주어 교통법 위반을 방지하기 위한 모델을 구현하는 것이 목적

참조 : 레포지토리 내의 ppt파일 참조

데이터 준비

  • 학습을 위한 테스트데이터 준비

  • 횡단보도, 보행자신호등, 보행자 데이터를 병합

image

  • 실제 촬영환경의 변화(조도, 각도, 날씨 등)에 인식정도를 개선하기 위해 augmentation 부여

image

학습모델

  • Pytorch 라이브러리의 Yolov5 모델 사용

image

  • Yolo내 가중치별 학습모델 학습성과

image

학습결과

  • 학습된모델(.onnx)을 통해 입력된 영상에서 프레임단위로 이미지추출, 학습된 객체를 판별
  • 인식된 객체 리스트를 설정 신뢰도 기준에 따라 필터링
  • 필터링된 객체 리스트에서 class_id, x, y, width, height 정보 추출
  • 출력된 값을 기준으로 이미지층에 boundbox 작성

image

시연과정

  • 요지점에는 영상출력을 보여주는 영상링크나 gif 파일이 들어갈 예정

개선지점 및 현황

peddetection's People

Contributors

asherinstinct avatar eoruadl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.