All Projects → ypwhs → behavioral_cloning

ypwhs / behavioral_cloning

Licence: other
No description or website provided.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to behavioral cloning

Simulator
A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles
Stars: ✭ 1,260 (+4746.15%)
Mutual labels:  simulator, self-driving-car
Uselfdrivingsimulator
Self-Driving Car Simulator
Stars: ✭ 48 (+84.62%)
Mutual labels:  simulator, self-driving-car
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+26869.23%)
Mutual labels:  simulator, self-driving-car
airsim ros
AirSim ROS packages: modified ros wrapper for airsim, and some vslam related tools. (Mainly focused on Car SimMode)
Stars: ✭ 28 (+7.69%)
Mutual labels:  simulator, self-driving-car
tf-semantic-segmentation-FCN-VGG16
Semantic segmentation for classifying road. "Fully Convolutional Networks for Semantic Segmentation (2015)" implemented using TF
Stars: ✭ 30 (+15.38%)
Mutual labels:  self-driving-car, vgg16
Airsim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
Stars: ✭ 12,528 (+48084.62%)
Mutual labels:  simulator, self-driving-car
Duckietown.jl
Differentiable Duckietown
Stars: ✭ 29 (+11.54%)
Mutual labels:  simulator, self-driving-car
Awesome Carla
👉 CARLA resources such as tutorial, blog, code and etc https://github.com/carla-simulator/carla
Stars: ✭ 246 (+846.15%)
Mutual labels:  simulator, self-driving-car
road-simulator
🛣️ Easy-to-use road simulator for little self-driving cars
Stars: ✭ 23 (-11.54%)
Mutual labels:  simulator, self-driving-car
learning-to-drive-in-5-minutes
Implementation of reinforcement learning approach to make a car learn to drive smoothly in minutes
Stars: ✭ 227 (+773.08%)
Mutual labels:  simulator, self-driving-car
react-native-boilerplate
Ready-made structure of your next React Native application within a few minutes.
Stars: ✭ 36 (+38.46%)
Mutual labels:  simulator
TJAPlayer3
A .tja file player.(feat. DTXMania & TJAPlayer2 forPC)
Stars: ✭ 104 (+300%)
Mutual labels:  simulator
self-driving-car-nd
Udacity's Self-Driving Car Nanodegree project files and notes.
Stars: ✭ 50 (+92.31%)
Mutual labels:  self-driving-car
OSKAR
SKA Radio Telescope Simulator
Stars: ✭ 40 (+53.85%)
Mutual labels:  simulator
hwt
VHDL/Verilog/SystemC code generator, simulator API written in python/c++
Stars: ✭ 145 (+457.69%)
Mutual labels:  simulator
Deep-Learning
It contains the coursework and the practice I have done while learning Deep Learning.🚀 👨‍💻💥 🚩🌈
Stars: ✭ 21 (-19.23%)
Mutual labels:  vgg16
photontorch
Highly parallel simulation and optimization of photonic circuits in time and frequency domain based on the deep-learning framework PyTorch
Stars: ✭ 29 (+11.54%)
Mutual labels:  simulator
BtcDet
Behind the Curtain: Learning Occluded Shapes for 3D Object Detection
Stars: ✭ 104 (+300%)
Mutual labels:  self-driving-car
ROS-GPS
GPS Localization with ROS, OSM and rviz
Stars: ✭ 19 (-26.92%)
Mutual labels:  self-driving-car
timeline
Takes tweets from a bot's followings and markovifies them. Ruby port of sneaksnake/timeline
Stars: ✭ 13 (-50%)
Mutual labels:  simulator

behavioral_cloning

行为克隆

(点击查看b站视频)

下载

数据集和模拟器和训练好的模型都可以在这里下载:link

数据集是我跑了很多圈记录下来的数据,数据集包括实时左中右三个摄像头的截图和当前的速度方向等数据。

模拟器是 Udacity 提供的,用了 Unity3D 游戏引擎。

网络结构

采用带 image-net 预训练权重的 VGG16 作为网络的特征采集层

通过两层 2048 个节点的全连接隐藏层和一个神经元输出的结构

学习当前图像对应的方向盘摆幅。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].