its about dataset
ASSicat opened this issue · 1 comments
ASSicat commented
Hello, Thank you for your work.
If I want to use my own dataset for training, what should I do?
dahyun-kang commented
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:
Lines 35 to 36 in d0b0c0d
Best,
Dahyun.