acis icon indicating copy to clipboard operation
acis copied to clipboard

Request running with the another dataset

Open Khoa-NT opened this issue 6 years ago • 1 comments

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

Khoa-NT avatar Feb 01 '20 12:02 Khoa-NT

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.

arnike avatar Feb 02 '20 09:02 arnike