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

Train PANet on my own dataset #40

Open
karry-code opened this issue Jun 22, 2021 · 5 comments
Open

Train PANet on my own dataset #40

karry-code opened this issue Jun 22, 2021 · 5 comments

Comments

@karry-code
Copy link

Hi there,
I'm working on IDD dataset for performing semantic segmentation on it. I find PANet is a quite good model to carry out few shot learning for semantic segmentation and is suitable for my task. It would be really helpful if you could guide on how can I train PANet on my dataset (IDD dataset).

Thanks.

@kaixin96
Copy link
Owner

kaixin96 commented Jul 2, 2021

Hi @karry-code , the data loading code is quite VOC/COCO specific. If you want to use an external dataset, I suggest you checking out torchmeta. It has a cleaner abstraction for dataset class tailored for few-shot tasks. Thank you.

@karry-code
Copy link
Author

karry-code commented Jul 3, 2021

Hi @kaixin96 , thanks a lot.

@roxhannes
Copy link

Hi @kaixin96 and @karry-code ,
I also would like to use PANet to segment some images of electrodes I am using for my research. I already have labeled images, but now I am struggeling how to train an own model. Can you help me how exactly it is possible to load external, non-published data, e.g. using torchmeta?
Thanks and bests,
Hannes

@Meoooww
Copy link

Meoooww commented Jul 15, 2022

Did you successfully apply it?

@roxhannes
Copy link

No not yet, if you have any useful approach, I am happy to hear about it...

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

4 participants