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

Request running with the another dataset #6

Open
Khoa-NT opened this issue Feb 1, 2020 · 1 comment
Open

Request running with the another dataset #6

Khoa-NT opened this issue Feb 1, 2020 · 1 comment

Comments

@Khoa-NT
Copy link

Khoa-NT commented Feb 1, 2020

Hi @arnike
Can you support us to run your code with the CREMI dataset?
or guide to run your code with another dataset?

@arnike
Copy link
Collaborator

arnike commented Feb 2, 2020

Hi @shaolinkhoa,
running on a new dataset can be done analogously to CVPPP or KITTI. Here is a rough outline what needs to be done:

  1. Create xyz-gen.lua and xyz.lua in datasets/. The -gen.lua specifies the search pattern for the data. The file lists created will be used by xyz.lua specifying how to load these files.
  2. Create a new elseif opt.dataset == 'xyz' clause in opts.lua which specifies the training parameters for the new dataset.
  3. Create bash scripts to run the training in runs/.
    Hope it helps.

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