Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The structure of datasets #134

Open
Ha-kki opened this issue Mar 1, 2021 · 1 comment
Open

The structure of datasets #134

Ha-kki opened this issue Mar 1, 2021 · 1 comment

Comments

@Ha-kki
Copy link

Ha-kki commented Mar 1, 2021

I have downloaded the kitti raw datasets from its official website, but I don't know the structure of its files which is required in this code. Could anyone share structures of these datasets used in this program. Thanks!:)

@ynjiun
Copy link

ynjiun commented Jul 1, 2021

well, for running the training, just follow the instruction in the prepare the training data section and use the command suggested, then it will automatically extract the data structures from the datasets for training:

python data/prepare_train_data.py --dataset_dir=/path/to/raw/kitti/dataset/ --dataset_name='kitti_raw_eigen' --dump_root=/path/to/resulting/formatted/data/ --seq_length=3 --img_width=416 --img_height=128 --num_threads=4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants