DATASET
Open Source Community
TartanAir
The TartanAir dataset is an image dataset for visual SLAM and deep learning tasks, containing images and depth information across various environments, suitable for training and testing image feature matching algorithms.
Updated 10/29/2024
github
Description
iMatching Dataset Overview
Dataset
TartanAir
- Source: TartanAir
- Download Tool: tartanair_tools
- Download Command:
python download_training.py --output-dir OUTPUTDIR --rgb --depth --only-left - Data Structure:
$DATASET_ROOT/ └── tartanair/ ├── abandonedfactory_night/ | ├── Easy/ | └── ... │ └── Hard/ │ └── ... └── ... - Notes:
- Only
<ENVIRONMENT>/<DIFFICULTY>/<image|depth>_left.zipfiles are required. - After extraction, remove the duplicated
<ENVIRONMENT>directory level.
- Only
ETH3D SLAM
- Source: ETH3D SLAM
- Download Method: The dataset will be automatically downloaded by the datamodule.
Pre‑trained Weights
- Download Command:
pip install gdown mkdir pretrained cd pretrained/ # CAPS gdown 1UVjtuhTDmlvvVuUlEq_M5oJVImQl6z1f # p2p sh ../ext/patch2pix/pretrained/download.sh # aspan gdown 1eavM9dTkw9nbc-JqlVVfGPU5UvTTfc6k tar -xvf weights_aspanformer.tar cd ..
Training
Train on TartanAir
- CAPS:
scene=abandonedfactory d=Easy python ./train.py data_root=./data/datasets datamodule.include="$scene\_$d" - Patch2Pix:
scene=abandonedfactory d=Easy python ./train.py --config-name p2p-train-tartanair data_root=./data/datasets trainer.max_epochs=2 datamodule.include="$scene\_$d" - AspanFormer:
scene=abandonedfactory d=Easy python ./train.py --config-name aspan-train-tartanair data_root=./data/datasets trainer.max_epochs=2 datamodule.include="$scene\_$d" - DKM:
scene=abandonedfactory d=Easy python ./train.py --config-name dkm-train-tartanair data_root=./data/datasets trainer.max_epochs=5 datamodule.include="$scene\_$d"
Config Overrides
- Example:
- Use subset:
datamodule.include="<regex>"ordatamodule.exclude="<regex>" - Change split ratio:
datamodule.split_ratio=[0.5,0.3,0.2] - Change validation interval:
trainer.val_check_interval=<interval>
- Use subset:
AI studio
Generate PPTs instantly with Nano Banana Pro.
Generate PPT NowAccess Dataset
Login to Access
Please login to view download links and access full dataset details.
Topics
Visual SLAM
Deep Learning
Source
Organization: github
Created: 10/29/2024
Power Your Data Analysis with Premium AI Models
Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.
Enjoy a free trial and save 20%+ compared to official pricing.