panoramic-object-detection icon indicating copy to clipboard operation
panoramic-object-detection copied to clipboard

How to set training dataset directory?

Open TanuTSure opened this issue 6 years ago • 1 comments

Hi @gdlg , I have a folder of style-transferred KITTI-dataset images. The style matches a dataset of my own. I would like to train a model. Which file do I have to modify to get it to load images in that folder? I tried looking into train.sh and could not figure out where to look next.

TanuTSure avatar Dec 15 '18 18:12 TanuTSure

Hi @TanuTSure , The best is to have a look at data/create_label.sh and the generated data files (for instance in kitti/window_files). The path to the images is hard-coded in those files. Therefore you can either directly substitute the paths in those files with your own path or modify create_labels.sh and re-run it to regenerated those files. Especially have a look at create_labels.sh line 22.

gdlg avatar Dec 17 '18 16:12 gdlg