All Projects → aitorzip → Vpilot

aitorzip / Vpilot

Licence: gpl-3.0
Scripts and tools to easily communicate with DeepGTAV. In the future a self-driving agent will be implemented.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vpilot

End To End Sequence Labeling Via Bi Directional Lstm Cnns Crf Tutorial
Tutorial for End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF
Stars: ✭ 87 (-36.03%)
Mutual labels:  cnn, lstm
Easyocr
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
Stars: ✭ 13,379 (+9737.5%)
Mutual labels:  cnn, lstm
Cnn lstm for text classify
CNN, LSTM, NBOW, fasttext 中文文本分类
Stars: ✭ 90 (-33.82%)
Mutual labels:  cnn, lstm
Lstm Cnn classification
Stars: ✭ 64 (-52.94%)
Mutual labels:  cnn, lstm
Deeplearning tutorials
The deeplearning algorithms implemented by tensorflow
Stars: ✭ 1,580 (+1061.76%)
Mutual labels:  cnn, lstm
Gtsrb
Convolutional Neural Network for German Traffic Sign Recognition Benchmark
Stars: ✭ 65 (-52.21%)
Mutual labels:  self-driving-car, cnn
Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (-28.68%)
Mutual labels:  cnn, lstm
Twitter Sentiment Analysis
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.
Stars: ✭ 978 (+619.12%)
Mutual labels:  cnn, lstm
Awesome Deep Learning Resources
Rough list of my favorite deep learning resources, useful for revisiting topics or for reference. I have got through all of the content listed there, carefully. - Guillaume Chevalier
Stars: ✭ 1,469 (+980.15%)
Mutual labels:  cnn, lstm
Self Driving Car
A End to End CNN Model which predicts the steering wheel angle based on the video/image
Stars: ✭ 106 (-22.06%)
Mutual labels:  self-driving-car, cnn
Lstm Context Embeddings
Augmenting word embeddings with their surrounding context using bidirectional RNN
Stars: ✭ 57 (-58.09%)
Mutual labels:  cnn, lstm
Pytorch convlstm
convolutional lstm implementation in pytorch
Stars: ✭ 126 (-7.35%)
Mutual labels:  cnn, lstm
Deepseqslam
The Official Deep Learning Framework for Route-based Place Recognition
Stars: ✭ 49 (-63.97%)
Mutual labels:  cnn, lstm
Deepzip
NN based lossless compression
Stars: ✭ 69 (-49.26%)
Mutual labels:  cnn, lstm
Keras basic
keras를 이용한 딥러닝 기초 학습
Stars: ✭ 39 (-71.32%)
Mutual labels:  cnn, lstm
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-29.41%)
Mutual labels:  cnn, lstm
Rnn Theano
使用Theano实现的一些RNN代码,包括最基本的RNN,LSTM,以及部分Attention模型,如论文MLSTM等
Stars: ✭ 31 (-77.21%)
Mutual labels:  cnn, lstm
Neural Networks
All about Neural Networks!
Stars: ✭ 34 (-75%)
Mutual labels:  cnn, lstm
Sarcasmdetection
Sarcasm detection on tweets using neural network
Stars: ✭ 99 (-27.21%)
Mutual labels:  cnn, lstm
Robust Lane Detection
Stars: ✭ 110 (-19.12%)
Mutual labels:  cnn, lstm

VPilot

Scripts and tools to easily communicate with DeepGTAV. In the future a self-driving agent will be implemented.

Self-Driving Car

How it works

VPilot uses JSON over TCP sockets to start, configure and send/receive commands to/from DeepGTAV by using the Python DeepGTAV libraries.

dataset and drive serve as examples to collect a dataset using DeepGTAV and giving the control to an agent respectively. Minimum requirement: Python 3.2 or greater

Examples

SantosNet - Simple model and tools to use with VPilot

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].