Giter Site home page Giter Site logo

autodrive's Introduction

AutoDrive

Use TensorFlow and openCV

模拟自动驾驶

semi-finished product!

Self_ driving at Euro Truck Simulator2 -----《欧洲卡车模拟2》

#Implementation:

Control part: Use win32 api to control keyboard, which self play Euro Truck Simulator2.

Trace the traffic-line part: (openCV):

1, transfer original image to gray cv2.COLOR_BGR2GRAY

2, than using Canny to due with the image: Canny 作用是勾勒路线的轮廓

3, using cv2.HoughLinesP() function to analyze 道路的虚线和实线 原理是计算条线之间的空隙。而实线比较好处理。 enter image description here

4, Using two lines to figure out "Turn", and the signal will call win32 to keyboard.

二, Use TensorFlow to recognized front of view, such as Car or Traffic_light.     This part based on :object_detection

Problem: 通过CNN训练模型,但还是未能解决红绿灯信号识别的问题,打算用openCV做颜色归纳 enter image description here   行人检测 enter image description here

autodrive's People

Contributors

yanziqinkevin avatar

Watchers

 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.