dvlab-research / PFENet

PFENet: Prior Guided Feature Enrichment Network for Few-shot Segmentation (TPAMI).
322 stars 53 forks source link

Dataset replacement #68

Open yingqiluoCSDN opened 1 year ago

yingqiluoCSDN commented 1 year ago

How to replace with my own dataset?

tianzhuotao commented 1 year ago

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