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

how to use driving dataset to train this network? #19

Closed
Lvhhhh opened this issue May 26, 2017 · 1 comment
Closed

how to use driving dataset to train this network? #19

Lvhhhh opened this issue May 26, 2017 · 1 comment
Assignees

Comments

@Lvhhhh
Copy link

Lvhhhh commented May 26, 2017

i have the dataset named driving including disparity and frames_cleanpass. how can i use it to train the network? how can i transfer the pfm to flo? and how can i create the list ? does it work if i have the list ? what the list looks like? thank you!

@nikolausmayer
Copy link
Contributor

Hi,

  1. clone and compile this repo
  2. follow the README to download the models (which include training prototxt files)
  3. use these scripts to convert PFM to FLO and generate .list files
  4. use the convert_imageset_and_disparity tool (ships with this repo) to compile LMDB databases
  5. adjust the train prototxt file for a network of your choice (in ./models) and train
  6. ...
  7. profit! ;)

Best,
Nikolaus

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