cxliu0 / PET

[ICCV 2023] Point-Query Quadtree for Crowd Counting, Localization, and More
MIT License
53 stars 5 forks source link

the problem of predicting multiple points for one head #22

Closed KonstantinLihota closed 1 month ago

KonstantinLihota commented 1 month ago

Hello. When using my data, I had a problem, which is that the network often predicts 2-3 points that are very close to each other for one head. Tell us, have you ever had such a problem in your experiments, and how did you deal with it?

cxliu0 commented 1 month ago

In practice, the model typically predicts one point for each head.

For your problem, it is hard to tell what the problem is without an example. Perhaps the model is not properly trained. You may inspect the training process and check if something went wrong.

KonstantinLihota commented 1 month ago

I will give a few explanations, one point appears from a sparse zone, the other from a dense one. For some reason, predictions from different zones are not split. We are talking about predictions during training. Tell me if you have ever encountered such a problem?

cxliu0 commented 1 month ago

In certain scenarios, duplicate predictions may occur.