ifsl icon indicating copy to clipboard operation
ifsl copied to clipboard

its about dataset

Open ASSicat opened this issue 1 year ago • 1 comments

Hello, Thank you for your work. If I want to use my own dataset for training, what should I do?

ASSicat avatar Feb 28 '24 02:02 ASSicat

Hello,

We currently do not support the custom dataset for training.

It can be mannually done by replicating dataset/pascal.py. First, a set of images and a set of mask-labeled annotation in *.png (pixel-level class id) are required. And place them in separate folders so that they can be read like: https://github.com/dahyun-kang/ifsl/blob/d0b0c0d1b01c036eaae1470585764d1321ec5336/fs-cs/data/pascal.py#L35-L36

Best, Dahyun.

dahyun-kang avatar Mar 16 '24 02:03 dahyun-kang