mx-maskrcnn icon indicating copy to clipboard operation
mx-maskrcnn copied to clipboard

About imglists and cityscape_train_gt_roidb.pkl

Open devinxzhang opened this issue 8 years ago • 2 comments

I want to train mx-maskrcnn with my own data. I found the data infromation was initially obtained from train.lst. Then how could I creat a .lst file of my own dataset. Any help will be appreciated!

devinxzhang avatar Dec 06 '17 13:12 devinxzhang

  1. You need write a python script which walk through you image folder and get the filename and write to an train or val.lst
  2. you need https://github.com/mcordts/cityscapesScripts to convert you json file to mask images, remember to change label.py to you own label
  3. delete original pkl in model folder and rcnn/dataset/cityscape.py will create new one.

perp avatar Dec 06 '17 13:12 perp

@perp Thanks for your generous help! I will have a try.

devinxzhang avatar Dec 06 '17 15:12 devinxzhang