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 train my own dataset? #5

Open
CV-deeplearning opened this issue Aug 11, 2020 · 1 comment
Open

How to train my own dataset? #5

CV-deeplearning opened this issue Aug 11, 2020 · 1 comment

Comments

@CV-deeplearning
Copy link

Thank you for your great project. But how to train my own dataset?

@FishYuLi
Copy link
Owner

FishYuLi commented Aug 14, 2020

Hi, @CV-deeplearning.
If you want to train your own dataset, you need to:

  1. Generate BAGS models: label2binlabel.pt, pred_slice_with0.pt, valsplit.pkl these 3 intermediate files referring to these 2 functions (1, 2).
  2. Let your config file point to your generated files.
  3. Modify the category number.

Then you can train on your own dataset.

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

2 participants