ma-xu / Context-Cluster

[ICLR 2023 Oral] Image as Set of Points

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions about return_center

guikunchen opened this issue · comments

https://github.com/ma-xu/Context-Cluster/blob/main/models/context_cluster.py#L169

Hello Xu Ma, Thanks for your great work! I am curious about the usage scenarios of this code. It's set to False by default, and I cannot figure out how to use it.

commented

Hi @guikunchen It is not used in our codes, but I implemented it to ease the check of center points. It can be ignored if we don't want to have a deep insight on the center points.

@ma-xu Thanks for your reply. May I ask how to check the center points? It seems just some aggregating results, and cannot be understand by humans.