ArminMasoumian / GCNDepth

Self-Supervised CNN-GCN Autoencoder for Monocular Depth Estimation
MIT License
113 stars 17 forks source link

data set issue #14

Closed Affan-Abbas8 closed 1 year ago

Affan-Abbas8 commented 1 year ago

How can I download kitty data set bro? and I read that it needs 175 Gb of free space. is that true?

Affan-Abbas8 commented 1 year ago

and how long will it take for the training?

ArminMasoumian commented 1 year ago

Here you can find how to download the Kitti dataset and unzip and split it: https://github.com/nianticlabs/monodepth2

Here is the code to download the Kitti raw dataset: wget -i splits/kitti_archives_to_download.txt -P kitti_data/

Yes, the Kitti dataset is 175Gb, for us with GTX 1080TI GPU it took 11 days for 20 epochs.

Affan-Abbas8 commented 1 year ago

okay thank you. is there any way to reduce the dataset size?