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

dataset #11

Open
jadhu22 opened this issue Mar 6, 2019 · 3 comments
Open

dataset #11

jadhu22 opened this issue Mar 6, 2019 · 3 comments

Comments

@jadhu22
Copy link

jadhu22 commented Mar 6, 2019

from the kiti dataset, how is the data to be distributed in the data folder, with kitti_depth and kitti_rgb as its sub-folders?? I want to test he pre-trained model only. Please tell me what data do I need

@fangchangma
Copy link
Owner

Hi. Hopefully the data directory structure is clear from the README file (copied and pasted here):

.
├── self-supervised-depth-completion
├── data
|   ├── kitti_depth
|   |   ├── train
|   |   ├── val_selection_cropped
|   └── kitti_rgb
|   |   ├── train
|   |   ├── val_selection_cropped
├── results

@gautamjain1009
Copy link

Hi!, i find your work really interesting. I want to evaluate your architecture with pre-trained weights only. what should be the structure of the data folder in that case.

The thing is kitti_rgb train is so big and i have to transfer all the files via SSH.

@fangchangma
Copy link
Owner

what should be the structure of the data folder in that case

The data folder structure is illustrated in the README. You can switch to any data loader, as long as the final loaded data format is the same

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

3 participants