PaddleSeg
PaddleSeg copied to clipboard
[General Issue] How to train using custom dataset?
The README does not contain any instructions how to do this on custom data.
For example, how do I change these:
train_dataset:
type: OpticDiscSeg
dataset_root:
参考文档进行自定义数据集的准备https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.6/docs/data/marker/marker_cn.md
i've already done that, but how do you add it there?
Use the Dataset class, https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.6/paddleseg/datasets/dataset.py like: train_dataset: type: Dataset dataset_root: xxx
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.