dvlab-research/PFENet

Dataset replacement

yingqiluoCSDN opened this issue · 1 comments

How to replace with my own dataset?

Thanks for being interested in our work.

For replacing new dataset, you may only need to prepare the data list as introduced in this repo.

Such as:
image_path_1 gt_path_1
image_path_2 gt_path_2
...

Also, for different annotation formats, you may need to modify the dataset.py