Guide for Downloading Datasets

September 7, 2023

To make it easier for you to obtain the datasets required for image recognition and parallax estimation in our previous guide on how to deploy MANTA, here is a way to download them faster from the cloud.

Video Guide: https://youtu.be/E9nTN3Zg-e8

1- First use the code here to enter the directory.

cd /mnt

2- Then download the dataset for image recognition from the link below.

wget -c https://manta.matrix.io/MANTA/imagenet.tar

3- Decompress the zip file using the code here and you will have the dataset ready for image recognition.

tar -xvf imagenet.tar

4- For parallax estimation download the dataset from the link below.

wget -c https://manta.matrix.io/MANTA/SceneFlow.tar

5- After downloading decompress the zip file using the code below and you are ready to go.

tar -xvf SceneFlow.tar

Last updated