clustimage icon indicating copy to clipboard operation
clustimage copied to clipboard

Questions on Setting Specific Cluster Counts and Image Resolution

Open chuangyl opened this issue 7 months ago • 1 comments

Thank you to the author for developing this tool—it's very convenient to use. I have two questions:

1)How can I set the number of clusters to a specific value? I checked the documentation, and it seems I need to set both min_clust and max_clust?

2)How do I adjust the scaling resolution of the image? The documentation mentions it as (128, 128)—can this value be modified?

chuangyl avatar Jul 28 '25 03:07 chuangyl

  1. Correct. Set min_clust and max_clust to the same value or alternatively set max_clust one larger.

  2. Correct. The resolution is automatically set back to 128x128 pixels as that is often sufficient for most tasks. But you can optimize this as you desire.

See the documentation over here:

erdogant avatar Jul 28 '25 08:07 erdogant