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

About clustering #164

Open
cyh-123 opened this issue Aug 30, 2021 · 1 comment
Open

About clustering #164

cyh-123 opened this issue Aug 30, 2021 · 1 comment
Labels
question Further information is requested

Comments

@cyh-123
Copy link

cyh-123 commented Aug 30, 2021

Excuse me, I want to know how clustering is done. I don't see the call of core/clustering.py in the place where the plot is drawn? Did I understand it wrong?

@mmeendez8
Copy link
Contributor

Clustering is called in train_config_generation:
https://github.com/Gradiant/pyodi/blob/master/pyodi/apps/train_config/train_config_generation.py#L190

We create an AnchorGenerator object from those clusters and that is what is plotted:
https://github.com/Gradiant/pyodi/blob/master/pyodi/apps/train_config/train_config_generation.py#L206

@mmeendez8 mmeendez8 added the question Further information is requested label Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

2 participants