Giter Club home page Giter Club logo

yolo's Introduction

YOLOv3 For ALPR And VOR

ALPR: Automatic License Plate / VOR: Vehicle Orientation Recognition Recognition

Contents

Demo

ALPR室內測試影片連結


ALPR室外測試影片連結


模型車姿態辨識影片連結


驗證姿態辨識影片連結


ALPR+IBVS+VOR


Installation

  • Install ROS(Not necessary for train/valid)
  • Install ROS camera package(Not necessary for train/valid)
(sudo) apt-get install ros-$version-usb-cam
(sudo) apt-get install ros-$version-cv-bridge
  • Download Source Code
git clone https://github.com/n8886919/YOLO
  • Install Dependencies

如果不是使用CUDA10,請將requirements.txt 中mxnet-cu100改成對應版本 (ex: CUDA9.2->mxnet-cu92)

# use Conda(optional)
conda create --name yolo_test python=2.7 pip
conda activate yolo_test
# then
cd <$git clone path>
pip install -r requirements.txt 

Projects

Licence-Plate-Detection

預測車牌在空間中的位置與姿態,並將車牌以此姿態投影至相機平面,找出邊界框,最後將邊界框變形回長方形,以利後續辨識文字。由於需要知道車牌姿態來訓練,因此訓練資料完全以合成方式產生。 可匯出網路成ONNX格式,以TensorRT進行推斷,在Jetson Xavier約可達50FPS

Licence-Plate-Recognition

用於辨識車牌偵測後變形回長方形車牌的文字。

Vehicle-Orientation-Recognition

Blender合成車輛訓練圖片,用於預測車輛方位角、俯角與邊界框。

VOR+LPD

yolo's People

Contributors

danielyugoodboy avatar dependabot[bot] avatar haopingwang avatar n8886919 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.