mmdetection
mmdetection copied to clipboard
Add crowddet
Motivation
I was chosen for the 1st GLCC project in https://github.com/open-mmlab/mmdetection/issues/8029, and I'm going to cooperate with @RangiLyu add CrowdHuman and CrowdDet to mmdetection. This PR is the second part of the coding task.I will reproduce the CrowdDet algorithm in mmdet.
Modification
Create multi_instance_bbox_head.py to reproduce the CrowdDet.
Followed PR: https://github.com/open-mmlab/mmdetection/pull/8437
@yuyoujiang,hello, I have the same problem as issue #11061. I also reset to the version when you upload crowddet (6d500e9), but I still got similar results which could not reproduce the original paper's results. However, when I tested with the checkpoint that you provided, I was able to get the right results. Can you please explain what I am doing wrong or how I can fix it? Thank you for your help and your great work.