UX-Decoder/Semantic-SAM

AssertionError: Dataset 'sam_train' is empty!

shipengai opened this issue · 4 comments

How to register sam?

https://github.com/UX-Decoder/Semantic-SAM/blob/main/datasets/registration/register_sam_json.py#L46
subfolder = os.path.join(dirname, 'sa_%06d' % id, 'image_list.da')
what is image_list.da?

how to generate "image_list.da"?

We have provided more detailed data preparation, please refer to https://github.com/UX-Decoder/Semantic-SAM/blob/main/DATASET.md

hello、have you solved this problem?