HTLife / VINet

VINet: Visual-Inertial Odometry as a Sequence-to-Sequence Learning Problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

non-official PyTorch implementation of VINet[1]

(Whole project are still under construction.)

Installation

It's recommand to use docker image to run this project. Docker image installation guide

Training

Log into container

sudo docker exec -it vinet bash
cd /notebooks/vinet

Execute main.py by

python3 main.py

Note

Network detail structure

[1] Clark, Ronald, et al. "VINet: Visual-Inertial Odometry as a Sequence-to-Sequence Learning Problem." AAAI. 2017.

About

VINet: Visual-Inertial Odometry as a Sequence-to-Sequence Learning Problem


Languages

Language:Python 44.9%Language:Cuda 27.7%Language:C 15.2%Language:Jupyter Notebook 9.0%Language:C++ 2.5%Language:Shell 0.7%