Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to reproduce using own dataset #42

Open
JFJ-Bin opened this issue Feb 27, 2024 · 1 comment
Open

How to reproduce using own dataset #42

JFJ-Bin opened this issue Feb 27, 2024 · 1 comment
Assignees

Comments

@JFJ-Bin
Copy link

JFJ-Bin commented Feb 27, 2024

I'm going to use the author's code to replicate my own dataset, can you tell me how to generate the training.npy file in the image below?
image
Or can you say how to modify it to train own dataset? Thank you!

@QLYYLQ
Copy link

QLYYLQ commented Nov 4, 2024

as shown in code: dataset/voc.py. You should set a own Segmentation(like VOCSegmentation in voc.py) which can use getitem to visit total dataset, then you can write an incremental dataset, like VOCSegmentationIncremental. I write a base datasets for those in my repo: When sam meets continual learning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants