acis
acis copied to clipboard
Request running with the another dataset
Hi @arnike Can you support us to run your code with the CREMI dataset? or guide to run your code with another dataset?
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:
- Create
xyz-gen.luaandxyz.luaindatasets/. The-gen.luaspecifies the search pattern for the data. The file lists created will be used byxyz.luaspecifying how to load these files. - Create a new
elseif opt.dataset == 'xyz'clause inopts.luawhich specifies the training parameters for the new dataset. - Create bash scripts to run the training in
runs/. Hope it helps.