You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.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.
Create a new elseif opt.dataset == 'xyz' clause in opts.lua which specifies the training parameters for the new dataset.
Create bash scripts to run the training in runs/.
Hope it helps.
Hi @arnike
Can you support us to run your code with the CREMI dataset?
or guide to run your code with another dataset?
The text was updated successfully, but these errors were encountered: