/tartanairpy

A Python package for the TartanAir-V2 dataset.

Primary LanguagePythonMIT LicenseMIT

TartanAir

Hello and welcome to the official TartanAir repository. This repository includes a set of tools that complement the TartanAir Dataset).

Installation Instructions

git clone --recursive https://github.com/castacks/tartanairpy.git
pip install . --verbose

if you forget to clone using --recursive then you can update all submodules as follows

git submodule update --init --recursive